Python库: keyword

import keyword

print(keyword.kwlist)

可以打印出python中的关键词

这些关键词不能作为变量名。

你可能感兴趣的:(Python,python)