| 
      
    语句
      
        assert, [1]
async def
async for
async with
break, [1], [2], [3], [4]
class
continue, [1], [2], [3], [4]
def
del, [1], [2], [3]
except
for, [1], [2], [3]
global, [1]
if, [1]
import, [1], [2], [3], [4]
nonlocal
pass
raise, [1]
return, [1], [2]
try, [1], [2]
while, [1], [2], [3]
with, [1]
yield
 |