码迷,mamicode.com
首页 > 其他好文 > 详细

input()函数

时间:2019-08-25 16:17:57      阅读:72      评论:0      收藏:0      [点我收藏+]

标签:inpu   int   用户输入   用户   图片   img   一个   输入   ons   

input()函数,会把输入的任何内容作为字符串处理,console里面等待用户输入~

# a = input(‘请输入一个整数:‘)
# print(a)
# print(type(a))

请输入一个整数:1
1
<class ‘str‘>

 

技术图片

input()函数

标签:inpu   int   用户输入   用户   图片   img   一个   输入   ons   

原文地址:https://www.cnblogs.com/hpzyang/p/11407980.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!