Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- string = input()
- count = int(input())
- def string_repeat():
- return string * count
- print(string_repeat())
- Или тарикатската:)
- print(input() * int(input()))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement