Commit 954ee12e by BellCodeEditor

save project

parent 75735794
Showing with 19 additions and 2 deletions
#input()
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.pensize("red")
screen=turtle.Screen()
screen.bgcolor("light pink")
pen.fillcolor("red")
pen.begin_fill()
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
pen.penup()
pen.forward(100)
pen.pendown()
pen.write("你,聪明的\n告诉我,\n什么是快乐星球?",font=("Times",50,"normal"))
pen.end_fill()
\ 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