Commit 623ec38d by BellCodeEditor

auto save

parent 5d5ee304
Showing with 13 additions and 2 deletions
import turtle import turtle
pen = turtle.Pen() pen = turtle.Pen()
pen.write("北方有佳人,\n绝世而独立,\n一顾倾人城,\n再顾倾人国,\n倾城而倾国,\n佳人难再得!",font = ("Timea",30,"normal")) # pen.write("北方有佳人,\n绝世而独立,\n一顾倾人城,\n再顾倾人国,\n倾城而倾国,\n佳人难再得!",font = ("Timea",30,"normal"))
pen.hideturtle() # pen.hideturtle()
# turtle.done()
# 画爱心
pen.color("red")
pensize(30)
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
turtle.done() 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