Commit 0b54bab9 by BellCodeEditor

save project

parent a4cec344
Showing with 6 additions and 3 deletions
# 玩家出拳
a=input("石)\
\ No newline at end of file
import random
list=["师傅","剪刀","破布"]
a=random.choice(list)
print(a)
\ 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