所谓的用户交互:读取用户键盘的数据
input
name=input("what's your name?")
age=input("How old are you?")
注释:
1.# 注释后程序不运行
2.#解释程序的作用
ctrl+/ 表述全部注释