Commit 500c9fd6 by BellCodeEditor

save project

parent dc977e97
Showing with 6 additions and 2 deletions
chu=input("出拳")# 玩家出拳 chu=input("出拳")# 玩家出拳
print("玩家出拳:"+chu) print("玩家出拳:"+chu)
\ No newline at end of file import random
list=["剪刀","石头","布"]
dianren=random.choice(list)
print("电脑出拳:"+dianren)
\ 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