category
Python 基础语法1(输入,输出,判断,循环)
语言学习

Python 基础语法1(输入,输出,判断,循环)

1. 输入 (Input) 基本语法 variable = input("提示信息: ") 详细说明 input() 函...
avatar