Commit 8d4d342a by BellCodeEditor

save project

parent 1e4162b3
Showing with 5 additions and 2 deletions
# 玩家出拳 import random
wj=input("请出拳(石头\剪刀\布)") wj=input("请出拳(石头\剪刀\布)")
print("玩家:"+wj,end="") print("玩家:"+wj)
cq=["石头","剪刀","布"]
computer=random.choice(cq)
print(computer)
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