Pause in Python

后端 未结 13 1257
臣服心动
臣服心动 2020-12-24 10:59

I am running command-line Python scripts from the Windows taskbar by having a shortcut pointing to the Python interpreter with the actual script as a parameter.

Afte

相关标签:
13条回答
  • 2020-12-24 11:33

    An external WConio module can help here: http://newcenturycomputers.net/projects/wconio.html

    import WConio
    WConio.getch()
    
    0 讨论(0)
提交回复
热议问题