0
Python Problem
When I code in python in the Code Playground and I have input commands, it will run the input commands first instead of running the code before it like print commands. This is a problem if I want to say what you should put in the input. There will just be an input box without showing what I wanted to say first. There should be an update where the code playground will actually run it line by line instead of jumping to the input commands.
5 Respuestas
0
add all your separate input as new line. for example you need add some text then some number then array with help of 3 different input functions.
at this platform you should add text (enter) number (enter) array(space between array elements)
0
can you send me an example?
0
so it problem of this platform. it collect all input functions from code
0
ok