1. 程式人生 > >Python-關鍵字

Python-關鍵字

rom python range ron finall clas elif oba con

邏輯運算        and or not
函數          def return lambda
模塊          import from class
分支          if else elif
循環          for in range while continue break
身份運算        is
上下文管理       with yield
異常處理        assert try except as finally raise as pass
全局變量        global
刪除          del

Python-關鍵字