Commit d19c37f1 by BellCodeEditor

save project

parent a4a80d00
Showing with 4 additions and 0 deletions
# 玩家出拳 # 玩家出拳
import random
a=input("玩家出拳:") a=input("玩家出拳:")
print("玩家出拳:",a) print("玩家出拳:",a)
q=["拳头","布","剪刀"]
w=random.choice(q)
print("计算机出拳",a)
......
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