Commit 762080c6 by BellCodeEditor

save project

parent 5403f14b
Showing with 0 additions and 3 deletions
...@@ -6,5 +6,3 @@ list=["石头","剪刀","布"] ...@@ -6,5 +6,3 @@ list=["石头","剪刀","布"]
w=random.choice(list) w=random.choice(list)
print(w) print(w)
if q=="剪刀" and w=="石头":
print("你输了")
\ No newline at end of file
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