Commit 6709423e by BellCodeEditor

auto save

parent fd11791b
Showing with 20 additions and 0 deletions
import turtle
import turtle
screen=turtle
screen.bgcolor("red")
pen=turtle.Pen()
pen.write("傻!\n逼!\n你!\n好!\n呀!",font=("Times",30,"normal"))
Pen1=turtle.Pen()
Pen1.penup()
Pen1.goto(100,-100)
Pen1.pendown()
Pen1.left(45)
Pen1.pencolor("blue")
Pen1.forward(100)
Pen1.circle(50,180)
Pen1.right(90)
Pen1.circle(50,180)
Pen1.forward(100)
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