0
User input in Sololearn code
Is there a way to get user input during program execution in Sololearn? I'm trying to write some Python code and need to use input() multiple times to get user responses.
1 ответ
+ 7
No, it's not possible in Code Playground. If you use android, you can use Pydroid for that purpose.