Commit 09dd124c by BellCodeEditor

save project

parent 7146751f
Showing with 3 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
# pen.write("sb",font=("Times",20,"normal")) pen.write("刘老师爱吃屎",font=("Times",20,"normal"))
# pen.hideturtle() pen.hideturtle()
# turtle.done()
pen.pensize(20) pen.pensize(20)
pen.pencolor("red") pen.pencolor("red")
pen.left(45) pen.left(45)
...@@ -12,3 +11,4 @@ pen.circle(50,180) ...@@ -12,3 +11,4 @@ pen.circle(50,180)
pen.right(90) pen.right(90)
pen.circle(50,180) pen.circle(50,180)
pen.forward(100) pen.forward(100)
turtle.done()
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