Commit fd8b33bb by BellCodeEditor

save project

parent 2412b10d
Showing with 1 additions and 1 deletions
......@@ -6,7 +6,7 @@ letter=random.choice(list)
print("玩家出"+player)
print("电脑出"+letter)
if player==letter:
print("你赢了")
print("平局")
elif (letter==石头 and player==) or (letter== and player==剪刀) or (letter==剪刀 and player==石头):
print("你赢了")
elif (letter==石头 and player==剪刀) or (letter== and player==石头) or (letter==剪刀 and player==):
......
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