Commit 266d4859 by BellCodeEditor

save project

parent f36765ba
Showing with 11 additions and 3 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.write("咏鹅\n鹅,鹅,鹅,\n曲项向天歌。\n白毛浮绿水,\n红掌拨清波。"font=("Times",20,"songti")) pen.pencolor("red")
pen.hideturtle() pen.pensize(5)
\ No newline at end of file pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
pen.hideturtle()
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