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