Python Program to add two integers Posted by Shrinidhi Katti Get link Facebook X Pinterest Email Other Apps a=int(input("Enter the first number")) b=int(input("Enter the second number")) sum=a+b print("Sum is:",sum) Comments
Comments
Post a Comment