1004 - Simple Product - URI Online Judge

Problem name: 1004 - Simple Product
Problem link: 1004 - Simple Product
Judge: URI Online Judge
Solution on GitHub: 1004 - Simple Product



URI Online Judge 1004 - Simple Product Solution in Python

var1 = int(input())
var2 = int(input())
print("PROD =", var1 * var2)

 

 

 




 




Next Post Previous Post
No Comment
Add Comment
comment url