0
Error on Playground solo learn
why my code exhibit an error on solo playgroun and in my python interpreter is it run normally ?
2 Antworten
+ 7
You have to be more verbose on that. Please save your code here and make it public, so people can see and try to find out the reason.
+ 2
You probably have a code requiring many inputs, and maybe requiring (real-time) in/output interraction with user, but that cannot be done in playground (you only can put a list of expected user entries just before script start, each separated by new lines, as specified in the prompted message when you run script requiring input in code playground)...