+ 1
Python-Ho to run a calculator
If I go to code playground and for example open a simple calculator and click "run" then I can only enter the first input. how do I continue? (I've started programming just 3 days ago so may my question sounds stupid)
2 Answers
+ 3
In multiple input handling, separate each new input with a new line so like
-----------
2
4
-----------
0
thank you!