- 
    文
      
        - *, [1]
 
        - **, [1]
 
        - @
 
        - assert, [1]
 
        - break, [1], [2], [3], [4]
 
        - class
 
        - continue, [1], [2], [3], [4]
 
        - def
 
        - del, [1], [2], [3]
 
        - except
 
        - exec, [1], [2]
 
        - for, [1], [2], [3], [4]
 
        - from
 
        - global, [1], [2]
 
        - if, [1]
 
        - import, [1], [2], [3], [4]
 
        - pass
 
        - print, [1], [2]
 
        - raise, [1]
 
        - return, [1], [2]
 
        - try, [1], [2]
 
        - while, [1], [2], [3]
 
        - with, [1]
 
        - yield
 
        
    |