0
Why my code doesn't work properly in the code playground?
Hello everyone! So, I created my first piece of code (woo-hoo!!!) in Python. My problem is that the code works just fine in the Python IDE but it doesn't seem to work in the Code Playground, even though I turned the option in Python 3. I believe that has something to do with the input() command, any ideas?
3 odpowiedzi
0
Show us the code so we can answer you
0
I don't know if this is the problem but try raw_input
0
raw_input is not a builtin function in Python 3 @Rosen