Commit 076a1bc0 by BellCodeEditor

save project

parent b2e1011d
Showing with 9 additions and 0 deletions
a=input("石头/剪刀/布\n")
print("玩家出拳:"+a)
import random
a=["石头","剪刀","布"]
b=random.choice(a)
print(b)
if a not in a:
print("去死吧!")
\ 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