4 lines
42 B
Python
4 lines
42 B
Python
s = input()
|
|
r = int(input())
|
|
print(s * r)
|
s = input()
|
|
r = int(input())
|
|
print(s * r)
|