python练习-if-else-and
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python练习-if-else-and相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章