kwlist

  • python中的标识符及保留字段

    import keyword print(keyword.kwlist) #输出所有关键字 标识符:   我的规则你必须要知道     变量、函数、类、模块和其他对象的起的名字就叫…

    python 2022年9月9日