- 1
Hello, how do you do the simple calculator task using the input ()
5 Antworten
+ 4
You can approach the task like this:
* get 2 inputs with the input() function, save the inputs in 2 variables
* convert the 2 variables to integer using int()
* add the 2 variables and print it
+ 3
Which programming language?
0
17 code project
0
Thanks