Commit 55c954d7 by BellCodeEditor

save project

parent a15989ca
Showing with 17 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# you=turtle.Pen()
# you.write("鹅鹅鹅,\n曲项向天歌.",font=("Times",30,"normal"))
# you.hideturtle()
l=turtle.Pen()
l.pensize(5)
l.pencolor("red")
l.goto(0,0)
l.left(45)
l.forward(100)
l.circle(50,180)
l.right(90)
l.circle(50,180)
l.forward(100)
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