字母, 数字, 下划线
注意:
数字不能开头
不能是关键字 'and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'exec', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'not', 'or', 'pass', 'print', 'raise', 'return', 'try', 'while', 'with', 'yield'
最好不要和python内置的东西重复,Pycharm编程 ***
一般是带下划线,不要驼峰式的