+ 1

I cannot able to run a python program in code playground

https://code.sololearn.com/crK6jlxcGT6L/?ref=app

30th Dec 2018, 1:41 AM
S_A_S_W_A_T_H
S_A_S_W_A_T_H - avatar
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! 😉
30th Dec 2018, 1:51 AM
Zephyr Koo
Zephyr Koo - avatar
+ 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.
30th Dec 2018, 1:50 AM
Sekiro
Sekiro - avatar
+ 1
Thank you for your answers
30th Dec 2018, 1:58 AM
S_A_S_W_A_T_H
S_A_S_W_A_T_H - avatar