Commit 289d9298 by BellCodeEditor

save project

parent ebca8f42
Showing with 4 additions and 8 deletions
import random if player in list:
a=input("我出拳:") if piayer == computer:
print("我出的拳是:")
cq=["石头","剪刀","布"]
b=random.choice(cp)
print("计算机出拳:")
if a==b
print("平局") print("平局")
elif(a=="石头"and
\ 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