listing10-4.py
来自「《Beginning Python--From Novice to Profes」· Python 代码 · 共 8 行
PY
8 行
# hello4.pydef hello(): print "Hello, world!"def test(): hello()if __name__ == '__main__': test()
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?