标签:col 结果 用户交互 代码 class scm 举例 用法 style
input基本用法:
举例代码如下:
1 name = input(‘请输入你的名字:‘) 2 age = input (‘请输入你的年龄:‘) 3 print(‘我的名字是‘+name,‘我的年龄是‘+age)
运行结果:
请输入你的名字:scm
请输入你的年龄:23
我的名字是scm 我的年龄是23
标签:col 结果 用户交互 代码 class scm 举例 用法 style
原文地址:https://www.cnblogs.com/Mrscm/p/10041389.html