Commit e7babd92 by BellCodeEditor

auto save

parent 3513a826
Showing with 6 additions and 2 deletions
player=input("请你出拳(剪刀/石头/布)_")
print("玩家出拳:"+player)# 玩家出拳
\ No newline at end of file
print("玩家出拳:"+player)# 玩家出拳
list=["石头","剪刀","布"]
import random
computer=random.choice(list)
print("计算机出:"+computer)
\ 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