0
i have a hw please help
Whats the python for asking the user to add two numbers and then multiply them?
2 odpowiedzi
+ 5
ans1=int(input())
ans2=int(input())
print(ans1*ans2)
+ 3
Show your attempts.
Whats the python for asking the user to add two numbers and then multiply them?