Open fgrossman opened 1 year ago
When a program uses the input() function the shell does not allow the input.
It works if a program is not running and you just type the code into the REPL.
Any plans to fix this soon? I'd like to use this in my July 2024 class.
You can press CTRL+D to reset the program, and input works fine afterwards.
@Advay17 : Thanks! This sequence works for me:
When a program uses the input() function the shell does not allow the input.
It works if a program is not running and you just type the code into the REPL.