Commit 8bac30ce by BellCodeEditor

save project

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