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)
Hello, my name is G Krishna. I'm Creating this blog for the students who are beginners.
Learn More →
No comments:
Post a Comment