User int input in another way?

 Print ("Enter first number")

num1=input ()

Print ("Enter second number")

num2=input ()

print ("sum of two number is:",int(num1)+int(num2))

Comments

Popular posts from this blog

What is computer programming?