Commit 07183482 by BellCodeEditor

save project

parent b5c6bbbe
Showing with 10 additions and 0 deletions
# 玩家出拳
xl=input("我的出拳是:")
print("我的出拳是:"+xl)
cq=["石头","剪刀","布"]
computer=random.choice(cq)
if xl==computer
print("平局")
elif (wj=="剪刀"
\ 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