+ 1
I cannot able to run a python program in code playground
3 Answers
+ 3
Good day! SoloLearn Cloud compiler is a little bit different than the usual compiler we run in our own computer.
All input must be entered in one-go separated with newline as only the final result will he shown or otherwise the cloud resource may need to wait indefinitely for the next input.
Therefore if you would like to give it a try, following input produce expected result:
âȘ Addition
âȘ 21
âȘ 21
Hopefully it helps! đ
+ 2
Codeplayground does not support multiple input on differt timing, i.d. that you have to input everything at the beginning of the program, besides that the running time of the program is limited so that kind of while loop doesnt work here.
+ 1
Thank you for your answers