Commit 7ee6e61a by BellCodeEditor

save project

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