Commit a1d3b58a by BellCodeEditor

save project

parent b1faef5e
Showing with 2 additions and 3 deletions
...@@ -3,14 +3,13 @@ import turtle ...@@ -3,14 +3,13 @@ import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.write("你好/nfuck.",font=("Times",30,"normal")) pen.write("I love you\nI expect you to believe in me\nI must enter Zhengzhou Foeign Language School\nWait for me\nWe look forward to the future together!",font=("Times",15,"normal"))
pen.hideturtle() pen.hideturtle()
pen.penup() pen.penup()
pen.goto(100,100) pen.goto(100,100)
pen.pendown() pen.pendown()
pen.pensize(5) pen.pensize(5)
pen.pencolor("red") pen.pencolor("red")
pen.left(45) pen.left(45)
pen.forward(100) pen.forward(100)
pen.circle(50,180) pen.circle(50,180)
......
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