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的主要内容,如果未能解决你的问题,请参考以下文章

python Python练习 - 练习1(rrosinante)

Python输入输出练习,运算练习,turtle初步练习

Python输入输出练习,运算练习,turtle初步练习

Python输入输出练习,运算练习,turtle初步练习

Python输入输出练习,运算练习,turtle初步练习

Python输入输出练习,运算练习,turtle初步练习