pycharm查看关键字

import keyword
# print(keyword.kwlist)
for i in keyword.kwlist:
print(i)
原文地址:https://www.cnblogs.com/longhair/p/13786219.html