python所有保留字
时间: 2023-05-29 20:04:37 浏览: 94
python 字符串只保留汉字的方法
以下是Python中所有的保留字:
False, None, True, and, as, assert, async, await, break, class, continue, def, del, elif, else, except, finally, for, from, global, if, import, in, is, lambda, nonlocal, not, or, pass, raise, return, try, while, with, yield
阅读全文