python中的input函数

tech2024-11-03  23

input(): input函数的形参prompt是一个字符串,input函数的返回值是字符串型的。 例如:

mm = input('input your character:') print(mm)
最新回复(0)