Commit 2e9710df by BellCodeEditor

save project

parent af5c50a1
Showing with 6 additions and 7 deletions
play = input("剪刀/石头/布:")
print("玩家出拳:"+player)
import random
list["剪刀","石头","布"]
coputer = random.choice(list)
print("机器人出拳:"+coputer)
\ No newline at end of file
import turtle
pen = turtle.Pen()
pen.write("you fack\nsb",font = ("Times",20,"norma"))
pen.hideturtle()
turtle.done()
\ 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