python input函数的应用(接收用户的输入)

使用input函数将用户输入的字符串保存到变量

语法格式: 变量 = input("提示信息")

input函数,返回的是字符串类型

原文地址:https://www.cnblogs.com/enjie/p/11108457.html