2009年3月15日 星期日

Python 語法與周蟒對應的中文關鍵詞

'and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif',
'和', '作為', '申明', '中斷', '類別', '繼續', '定義', '刪除', '假使'
'else', 'except', 'exec', 'finally', 'for', 'from', 'global', 'if', 'import',
'否則', '異常', '執行', '最後', '取', '從', '共用', '如果', '導入',
'in', 'is', 'lambda', 'not', 'or', 'pass', 'print', 'raise', 'return',
'自', '是', '方程式', '非', '或', '略過', '印出', '引發', '返回',
'try', 'while', 'with', 'yield'
'嘗試', '當', '伴隨', '產生'

詳:http://code.google.com/p/zhpy/wiki/QuickRef

沒有留言: