Calculator in python problems
I made a calculator in python
import time
print("Calculator 1.0")
print("made by AnAwesomeMiner")
print("Number 1 in calculation")
x = input()
print("Number 2")
y = input()
print("calculating")
time.sleep(3)
print("why is this not done yet")
time.sleep(3)
print("god this is taking forever")
time.sleep(3)
print("done")
answear = x + y
print(answear)
but when i run it and do for example 123 and 321 i get 123321 instead of
444, what am i doing wrong, btw dont call me a noob im new to programming
//edit @jon thx for the code blocks the stuff saying how to make them
dident make sense
No comments:
Post a Comment