?? names.py
字號:
import sys# My home directory/GUIDO = '/ufs/guido/'# Hack sys.path so AL can be foundLIB = GUIDO + 'lib/python'if LIB not in sys.path: sys.path.insert(0, LIB)# Python binary to be used on remote machinePYTHON = GUIDO + 'bin/sgi/python'# Directory where the programs liveAUDIODIR = GUIDO + 'src/python/demo/sgi/al'
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -