print:输出字符 print(“Hello world”) #:注释 #这是一个注释 注意: 1、python保留的关键字 使用保留字作为标识符,错误示例: 2、大小写敏感:a和A不等同 3、严格的缩进格式:小心tab和空格不等同