编译语言保留字_教程及案例

python语言中的保留字符

python中的保留字不能用作常数或变数以及标识符名称:and,exec,not,assert,finally,or,break,for,pass,class,from,print,continue,global,raise,def,if,return,del,import,try,elif,in,while,else,is,with,except,lambda,yield,python关键字只包含小写字母。