Open yunus-sun opened 3 years ago
It would be possible to fix this in the REPL by adding custom rules, but in the case of script execution there's not much I can do I'm afraid, it is simply not supported by the Python engine.
This problem also seems to be triggered when using pause
It cant be fix?This really makes me sad.
:(
the same problem!!!
When running the matlab file containing the input function, the value of the parameter cannot be input in the terminal, and it will be stuck. For example,
N = input('Please input your number:\n');
, you can't enter the number in the terminal, and the terminal is stuck. Can someone help me? Thanks!