Commit 48665b3a by BellCodeEditor

save project

parent 2820b84f
Showing with 1 additions and 1 deletions
......@@ -5,7 +5,7 @@ import random
list=["石头/剪刀/布"]
pink=random.choice(list)
print()
if player in list:
if name in list:
if name==pink
print("平局")
elif name == "石头" and pink==("剪刀")
......
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