Python 基础语法 一、初识python 1、输入输出 print() a = input("提示输入内容") # map()输入 a, b, c = map(int, input().split()) Goat_Yang2022/1/1大约 34 分钟PythonPython基础语法