0
Here’s the thing. I’m new in the middle of programming. I use Pycharm to study python. When I try to run a script created in Pycharm by IDLE, just after I hit the "enter" key the window closes. Scripts created in IDLE normally run until the end. For example. I give two clicks on the script I created in Pycharm, will open that terminal window, the first line of code is an input let’s assume. Soon after I write something and press "enter", the window closes. But if I take the same code, save the script by IDLE, the program works normally. Why does this happen? Is it a bug of Pycharm’s own? I’m a little layy yet, if anyone can help me I appreciate.