Programming Pandit

c/c++/c#/Javav/Python


Latest Update

Tuesday, September 15, 2020

Python Program to print the Addition by G Krishna Chauhan

Source Code


#Program for addition.

num1=int(input("Enter 1st Number"))

num2=int(input("Enter 2nd Number"))

sum=num1+num2

print("The add. of 2 no. are",sum)






No comments:

Post a Comment