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

python练习-if-else-and

时间:2017-01-10 00:03:12      阅读:272      评论:0      收藏:0      [点我收藏+]

标签:python

age=float(raw_input("enter your age:"))
grade=int(raw_input("enter your grade:"))
if age >=8 and grade >=3:
    print "you can play this game."
else: 
    print "sorry ,you can‘t play the game."


python练习-if-else-and

标签:python

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

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