Commit 7ee6e61a by BellCodeEditor

save project

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