Files
pythonProject/546456.py
Victor Alexandrovich Tsyrenschikov 4d93a92563 Project
2025-11-21 00:03:34 +05:00

4 lines
137 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
a=int(input('Кол-во ярусов'))
for i in range(1,a+1):
print('На этом ярусе кол-во сокровищ =',i*3)