Commit aa764f0f by BellCodeEditor

save project

parent e9b3002e
Showing with 9 additions and 0 deletions
import random
l=["剪刀","石头","布"]
a=random.choice(l)
print(l)
s=input("输入你出的:")
print(s)
\ 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