Commit 8c7b97cb by BellCodeEditor

save project

parent 42be7d10
Showing with 1 additions and 1 deletions
......@@ -6,7 +6,7 @@ while True:
print("玩家:"+a)
c=random.choice(b)
print("电脑:"+c)
if a=="石头" or a=="剪刀" or a=="布":
if a in b:
if a==b:
print("平局")
elif a=="剪刀" and b=="布":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment