Commit 2cbd1c6b by BellCodeEditor

save project

parent 3a20f55f
Showing with 22 additions and 2 deletions
# 玩家出拳
\ No newline at end of file
import turtle
screen=turtle.Screen()
screen.bgcolor("green")
pen=turtle.Pen()
pen.penup()
pen.goto(50,-180)
pen.write("俺是个单身的大傻逼,\n啊违法\n撒防止他人自然是\n我",font=("Times",15,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pensize(15)
pen1.pencolor("red")
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
turtle.done()
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