+ 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 Answers
+ 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!