My first attempt at a calculator, in my opinion it turned out well :). Use nothing mode while using it for best look. Other than that it's self explanitory
calculator
electronics
surfware
Comments
-
-_- everyone that has gotten a bad answer, it's because you typed the question
-
Sometimes it works but 8+9=10?
-
dstn764- added wrong.. FAIL.
-
All these people complaining about bad calculations are probably just hitting multiple buttons.
-
8+8=18? FAIL.
-
Idk what you did but it goes to 11 every time I do it...
-
9+2 is 13? lol
-
okay then! Sorry to upset anyone
-
@zombookajoe7- Rules, you ask? https://powdertoy.co.uk/Discussions/Thread/View.html?Thread=543
-
Python might be easier... try: print(float(input("Number 1: ")) + float(input("Number 2: "))) and second line: exccept: print("That number is invalid.")