print("PROGRAMME 1 FOR ADDITION OF 2 NUMBERS")
x=int(input("ENTER 1st NUMBER\n"))
y=int(input("ENTER 2nd NUMBER\n"))
print("SUM OF " + str(x) + " & " + str(y) + " IS " + str(x+y))
Output below

print("PROGRAMME 1 FOR ADDITION OF 2 NUMBERS")
x=int(input("ENTER 1st NUMBER\n"))
y=int(input("ENTER 2nd NUMBER\n"))
print("SUM OF " + str(x) + " & " + str(y) + " IS " + str(x+y))
Join our newsletter and get resources, curated content, and design inspiration delivered straight to your inbox.
Python Program to Check if a Number is Positive, Negative or 0...
User Defined Functions in Python Introduction to User Defined Functions In the...
This article, it's very useful and collage or github Python projects with references and source code, the best Python projects, simple calculators, alarm clocks, quiz applications, weather applications, tic tac toe, calculators, contact books, notification apps, typing speed test.