From https://github.com/microbit-foundation/python-editor-v3/issues/1102 Reset during an `input()` call gives EOFError and further reset/stop attempts fail to return control so you can't restart the program in the simulator. Minimal reproduction: ```python input("Name? ") # reset when prompted ``` Originally encountered on https://github.com/microbit-foundation/python-editor-v3/issues/1102 with an input call in a while loop which is a more likely real-world reproduction.