python关键字

 1 # help('keywords')   
 2 # 
 3 # False               def                 if                  raise
 4 # None                del                 import              return
 5 # True                elif                in                  try
 6 # and                 else                is                  while
 7 # as                  except              lambda              with
 8 # assert              finally             nonlocal            yield
 9 # break               for                 not                 
10 # class               from                or                  
11 # continue            global              pass     

 

posted on 2018-01-15 19:04  jovelove  阅读(109)  评论(0编辑  收藏  举报