Commit 68073ef3 by BellCodeEditor

save project

parent fd17f65a
Showing with 12 additions and 1 deletions
import turtle
t=turtle.pen()
p=turtle.Pen()
p.write("鹅,鹅,鹅,\n曲项向天歌。\n白毛浮绿水,\n红掌拨清波。",font=("Times",30,"normal"))
p.pensize(5)
p.pencolor("red")
p.left(45)
p.forward(100)
p.circle(50,180)
p.right(90)
p.circle(50,180)
p.forward(100)
p.hideturtle()
t.write("鹅,鹅,鹅,\n曲项向天歌。\n白毛浮绿水,\n红掌拨清波。",font=("Times",10,"normal"))
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