Commit 388ee0cf by BellCodeEditor

auto save

parent 267bb771
Showing with 5 additions and 7 deletions
import random
# 玩家出拳 # 玩家出拳
name=input("他喵的快出拳") name=input("他喵的快出拳")
print("秀儿出拳:"+name) print("秀儿出拳:"+name)
eeeeee=["他喵的快出拳"] e=["石头","剪刀","布"]
choice(eeeeee) e1= random.choice(e)
name=input("他喵的快出拳") print("电脑出拳:"+e1 )
print("出拳:"+name) \ No newline at end of file
eeeeee=["他喵的快出拳"]
choice(eeeeee)
\ 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