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.

16th Jun 2020, 5:40 PM
Dylan
Dylan - avatar
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)
16th Jun 2020, 5:47 PM
george
george - avatar
0
can you send me an example?
16th Jun 2020, 5:52 PM
Dylan
Dylan - avatar
0
so it problem of this platform. it collect all input functions from code
16th Jun 2020, 6:02 PM
george
george - avatar
0
ok
16th Jun 2020, 6:02 PM
Dylan
Dylan - avatar