Difficult understanding simple calculator | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Difficult understanding simple calculator

Good day guys, I tried running the simple calculator but it gave me an error. I also don't understand "user_input: user(":")"

7th Jan 2017, 1:49 PM
Muhammad Bello
1 Answer
+ 1
you should enter as many inputs as there are in the code: exemple code: a=input("1st Num") b=input("2nd Num") >>>Run when the program asks you for a number put both numbers as follow 3 5 then press enter
9th Jan 2017, 3:44 AM
ramzi
ramzi - avatar