Commit 388ee0cf by BellCodeEditor

auto save

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