Commit 7108ff82 by BellCodeEditor

save project

parent 6a658d8f
Showing with 10 additions and 2 deletions
import random
list = ["石头","剪刀","布"]
player = input("你要出什么:") player = input("你要出什么:")
print("玩家出"+player) print("玩家出"+player)
\ No newline at end of file robot = random.choice(list)
print("电脑出"+robot)
import random
dzb = "hdsjfh"
muck = random.choice(dzb)
print(muck)
\ 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