Header Ads

Header ADS

1004.Simple Product in python

This is the solution of the problem:

A=int(input())
B=int(input())
PROD = A*B
print("PROD = %i"%PROD)

No comments

Powered by Blogger.