Get the solution of URI Online Judge problem in python
A=int(input())B=int(input())PROD = A*Bprint("PROD = %i"%PROD)
No comments