0
Output before input
Is there any way to first let user see the output, and only then ask for user input in Python?
2 Respuestas
+ 3
Not on sololearn, but very easily in your own .py file
+ 3
Yes, it's totally normal to do that, but this isn't supported in Code Playground because it takes all the inputs before execution. If you switch to a real Py console you'll have no problems with that.