[REALLY, EZ] addition calculator

 # #making calculator

#adding
number1 = int(input("Enter your first number: "))
number2 = int(input("Enter your second number: "))

print(number1 + number2)



#see on my replit
https://replit.com/@LukmanA47

Comments

Popular posts from this blog

Password Generator Beginner

Scoreboard Unit 4 - programming

[Simple] Maths Quiz