Commit 8bac30ce by BellCodeEditor

save project

parent 91e28624
Showing with 4 additions and 4 deletions
# 玩家出拳
a=input("请出拳:(石头,剪刀,布)")
print(a)
\ No newline at end of file
import random
a=["剪刀","石头","布"]
b=random.choice(a)
print(b)
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