阅读背景:

Python if语句不能按预期工作

来源:互联网 

I currently have the code:

我目前有代码:

fleechance = random.randrange(1,5)
print fleechance
if fleechance == 1 or 2:
    print "You failed to run away!"
elif fleechance == 4 or 3:
    print "You got away safely!"
fleechan



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: