<!-- **PLEASE** look for preexisting feature requests before opening a new one as a 👍 on a preexisting issue is more important than opening a new issue or leaving a comment. --> 1. Python: start native repl 2. run the code ``` import time for i in range(10): time.sleep(.5) print(i) ``` :bug: The output should appear while the code is running, but it just dumps it all after it finishes
🐛 The output should appear while the code is running, but it just dumps it all after it finishes