python while 判断多个条件_在python中对while循环使用多个条件

我对Python相当陌生,已经开始制作一些有趣的小游戏来记住它是如何工作的。我遇到了一个地方,我想在while循环中使用多个条件,但却不知道如何去做。我在这里看到一些人用数字等来做这件事,但我用的是字母,我做的或搜索的似乎都不管用。这就是我目前所得到的。如果输入是大写的,或者不循环输入。在ANS = input("\tA/B: ")

if ANS == "A":

print("They beat you up and stole all of your stuff. You should have run away.")

del BAG[:]

print("You now have", len(BAG), "items in your bag.")

elif ANS == "a":

print("They beat you up and stole all of your stuff. You should have run away.")

del BAG[:]

print("You now have", len(BAG), "items in your bag.")

elif ANS == "B":

print("You got away but they stole something from you.")

ran_item = random.choice(BAG)

BAG.remove(ran_item)

print("You now have", len(BAG), "items in your bag")

print("They are:", BAG)

elif ANS == "b":

print("You got away but they stole something from you.")

ran_item = random.choice(BAG)

BAG.remove(ran_item)

print("You now have", len(BAG), "items in your bag")

print("They are:", BAG)

while ANS != "A" or "a" or "B" or "b":

print("You must make a choice...")

ANS = input("\tA/B: ")

任何帮助都会很棒的。提前谢谢。在

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值