+ 1
Python code shouldn’t demand up-front input
I’m trying to write programs that prompt the user in which the user has to see prompts to know how to answer. Unfortunately, the Code Playground seems to demand the input before running the program. I wrote an example program to show what I mean, try running this: https://code.sololearn.com/c7qjcmRpkouE/?ref=app Does anyone know how to solve this? I’m trying to create a game...
4 Respostas
+ 2
Joel McCandless why don't you get python on a PC, it's far more effective than the SL playground
+ 1
Thanks, but I’m trying to learn python.
0
Joel McCandless what D'Lite says. check out this code for some great python IDE suggestions if you're on android
https://code.sololearn.com/WY1YrUIkSl5p/?ref=app
0
Thank you!