- 1

Hello, how do you do the simple calculator task using the input ()

28th Nov 2021, 9:29 AM
Keith
5 odpowiedzi
+ 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
28th Nov 2021, 9:37 AM
Lisa
Lisa - avatar
+ 3
Which programming language?
28th Nov 2021, 9:33 AM
Lisa
Lisa - avatar
28th Nov 2021, 9:34 AM
Keith
0
17 code project
28th Nov 2021, 9:35 AM
Keith
0
Thanks
28th Nov 2021, 10:02 AM
Keith