You are on page 1of 1

a = int(input("num 1: "))

b = int(input("num b: "))
print(a*b)

You might also like