//定义一个变量
name="jack"
多行注释:
'''
定义一个变量
标识符的命名方法
小驼峰式命名法:
函数名 addName
大驼峰式命名法:
类名 AddName
六.Python中print语句