Hi, thanks so much for this great program! I really like the ability to run selected code.
I noticed a small possible bug: when using the input() function (https://docs.python.org/3/library/functions.html#input), the text given as an argument to the function is supposed to show up before the user can enter their input, but it actually shows after only once the user input has been entered.
This problem doesn't happen in the command line or in basic idle. Any idea how to fix it?
Hi, thanks so much for this great program! I really like the ability to run selected code.
I noticed a small possible bug: when using the
input()function (https://docs.python.org/3/library/functions.html#input), the text given as an argument to the function is supposed to show up before the user can enter their input, but it actually shows after only once the user input has been entered.This problem doesn't happen in the command line or in basic idle. Any idea how to fix it?