Commit 2f6f0d60 by BellCodeEditor

save project

parent 577ca483
Showing with 6 additions and 2 deletions
# 玩家出拳
import random
player=input("玩家出拳(石头,剪刀,布)")
print(player)
\ No newline at end of file
print(player)
bb=["石头,剪刀,布"]
sjs=randdom.choice(bb)
print(bb)
\ 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