Playground Problem | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

1st Mar 2018, 5:53 PM
jimbo93
jimbo93 - avatar
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
1st Mar 2018, 6:42 PM
Kartikey Sahu
Kartikey Sahu - avatar
+ 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.
1st Mar 2018, 6:04 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 1
Do you use tkinter?
1st Mar 2018, 6:10 PM
Jax
Jax - avatar
1st Mar 2018, 6:14 PM
jimbo93
jimbo93 - avatar
0
Thank u guys for the help! What Kartikey said worked! I dont get why it has to be this way but it worked!
1st Mar 2018, 6:52 PM
jimbo93
jimbo93 - avatar