📄 hello_world_with_pause.py
字号:
#-------------------------------------------------------------------------------
# Scripts can also be executed by simply double-clicking them, Unfortunately,
# they often run too quick too see anything so you'll need to use a function
# like raw_input to pause the script before it closes the console.
#-------------------------------------------------------------------------------
print "Hello World!"
raw_input( "\nPress Enter to exit..." )
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -