Commit 111079a0 by BellCodeEditor

auto save

parent fe85135e
Showing with 6 additions and 2 deletions
player=input(“你出什么?石头/剪刀/布”)
print(“玩家出的是”+player)
import random import random
player=input(“你出什么?石头/剪刀/) list=["石头","剪刀","布"]
print(“玩家出的是”+plaer) 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