python中变量的命名和关键字和变量的命名规则

['False', 'None', 'True', 'and', 'as', 'assert', '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']

发布了103 篇原创文章 · 获赞 1 · 访问量 2353

猜你喜欢

转载自blog.csdn.net/W_317/article/details/104671408