Commit 7527ab67 by BellCodeEditor

save project

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