Advertisement
LulsLois

Untitled

Oct 23rd, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. text = input()
  2. num = int(input())
  3. for i in range(num):
  4. print(text)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement