python函数
input函数
# input("") # input输出为字符串
int(x) 将x转换为整数
# int("12.3")
float(x) 将x转换为小数
# float("12")
python_基础_02
下载网页视频