Python 变量定义规范
Python语言的入门与精通。

变量定义规则
1、变量名只能是:字母、数字或下划线的组合。

3、以下关键字不能声明为变量:and,as,assert,break,class巳呀屋饔,continue,defdel,elif,else,except,finally,for,from,glob锾攒揉敫al,if,import,in,is,lambda,not,for,pass,print,raise,returm try,while,with,yield.

2、下划线age_of_oldboy
