Commit 62fd9dfb by BellCodeEditor

save project

parent 220fe62b
Showing with 2003 additions and 0 deletions
import random
rr=input("玩家请出拳")
uu=["石头","剪刀","布"]
print("玩家出的什么拳"+rr)
s=random.choice(uu)
print("机器人出了什么拳"+s)
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