1.python 的输入输出: 输入:input() 输出:print() 输出不换行:print(x,end="") 注意需要缩进
序列类型: list(列表), tuple(元组), range(序列) 映射类型: dict(字典) 列表:
元组: