Commit bd6bbe65 by BellCodeEditor

save project

parent 45a66b02
Showing with 3 additions and 3 deletions
...@@ -4,7 +4,7 @@ print(a) ...@@ -4,7 +4,7 @@ print(a)
list=["石头""剪刀""布"] list=["石头""剪刀""布"]
b = random.choice(list) b = random.choice(list)
print(b) print(b)
if a("出拳"): if a == b:
pass print(p)
else b("出拳"): else a=("出拳"):
pass pass
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