python笔记-关键字

python3.7.3关键字:
False       await      else         import     pass
None       break      except     in            raise
True        class       finally      is             return
and         continue  for           lambda    try
as           def           from        nonlocal  while
assert     del           global      not          with
async      elif           if             or            yield

猜你喜欢

转载自www.cnblogs.com/bryant24/p/10842989.html