Python.exe opens in a new console window

前端 未结 3 1866
感动是毒
感动是毒 2021-01-25 13:28

I used to run Python scripts from my Windows command line, and all the prints were printed in the same console. Now something happened on my machine (Windows 10), and when I lau

3条回答
  •  不知归路
    2021-01-25 13:52

    Simply: last row on the end of your program maybe this: input("\nIf you whish end the program press any key ...") ...and your program wait for the key and you see your outcome

提交回复
热议问题