0
Playground Problem
Hello guys! I m trying to run a simple program on the playground but it gives me errors all the time even though it runs perfectly when i run it on my PC. What could be the problem here?
5 Answers
+ 6
@jimbo93
You have to give all the inputs at the same time (each input seperated by a new line)
e.g.: For 5 inputs
1
2
3
4
5
+ 6
You have to be more specific :)
Bear in mind that you only have certain modules installed here, so not all is possible.
Share the code here, so we might help you.
+ 1
Do you use tkinter?
+ 1
Here is the code!
https://code.sololearn.com/c8sD4210iQpb/#py
0
Thank u guys for the help! What Kartikey said worked! I dont get why it has to be this way but it worked!