0
I wrote a python code that worked on my linux terminal but didn't run on the playground here.can someone tell me why?
3 Antworten
+ 4
On SoloLearn:
There are standard libraries that are disabled for safety reasons. There is only input allowed at the start of the program. Also, there is no graphical user interface.
There is a small chance you ran python2, whereas SoloLearn runs Python 3.7+
These reasons are probably apart of the reason why it doesn't work.
+ 1
Can you post a link to your code?
+ 1
SoloLearn playgrounds can only handle very basic programs.