Skip to content
Snippets Groups Projects
7.py 156 B
Newer Older
hacker717's avatar
hacker717 committed
for i in range(int(input())):
    for j in range(3 + i, 0, -1):
        print(f"До старта {j} секунд(ы)")
    print(f"Старт {i + 1}!!!")