码迷,mamicode.com
首页 > 编程语言 > 详细

python练习-raw_input()

时间:2017-01-08 08:24:20      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:python   而且   

#可以直接将raw_input()的结果赋给response变量,而且()里的内容可以直接输入,无需之前的例子中先print一个提示,再用raw_input()让大家输入#
response = raw_input("how may students are in your class")
numberofstudents=int(response)
print "there are", numberofstudents
 
 
 

python练习-raw_input()

标签:python   而且   

原文地址:http://huzhongliang.blog.51cto.com/1817180/1890107

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