Python Calculator v1

Posts 12 of 2 · Page 1 of 1
Python Calculator v1
Code:
a = input("1st number you want to add")
b = input("2nd number you want to add")
c = a + b
print(c)
Nice release
Posts 12 of 2 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?