0
I created a simply add program. And i run it. But in output i cannot typing a number. Why? It run in my python computer.
3 Antworten
+ 1
I have cleared this program..
By seeing this, you can understand..
https://code.sololearn.com/cz7VlyB98ggA/?ref=app
+ 2
Sololearn code playground does not accept values at runtime. You must give all your inputs at once. Prefer giving each in a new line.
Input like this-
6
8
0
Ok thank you