python-联系-双条件-if-else
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python-联系-双条件-if-else相关的知识,希望对你有一定的参考价值。
age=float(raw_input("enter your age:")) grade=int(raw_input("enter your grade:")) if age >=8: if grade >=3: print "you can play this game." else: print "sorry ,you can‘t play the game."
以上是关于python-联系-双条件-if-else的主要内容,如果未能解决你的问题,请参考以下文章