Commit 5b37762a by BellCodeEditor

save project

parent 0bb4441b
Showing with 7 additions and 2 deletions
p=input("请出拳(石头/布/剪刀):") p=input("请出拳(石头/布/剪刀):")
print("你出了"+p) print("你出了"+p)
\ No newline at end of file
import random
w={"石头","布","剪刀"}
q=random.choice(w)
print(q)
\ 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