Commit 4e3e0a5a by BellCodeEditor

save project

parent 60a38bcd
Showing with 6 additions and 2 deletions
# 玩家出拳
import random
playr=input("你出什么呢?(石头/剪刀/布)")
print("玩家出拳"+playr)
\ No newline at end of file
print("玩家出拳"+playr)
list=["石头","剪刀","布"]
jqr=random.choice(list)
print("机器人出拳"+jqr)
\ 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