Skip to content
Snippets Groups Projects
8.py 61 B
Newer Older
hacker717's avatar
hacker717 committed
s, n = input(), int(input())

for _ in range(n):
    print(s)