Commit 2e9710df by BellCodeEditor

save project

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