Files
kattis/reduplikation.py

4 lines
42 B
Python

s = input()
r = int(input())
print(s * r)