Commit 1886ace0 by BellCodeEditor

save project

parent 654bc3ba
Showing with 17 additions and 0 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("red")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("诺依,\.n我学会打字了 ",font=("Times",30,"normal"))
# 利用write()帮助悟空给诺依回信吧~
pen.foword(100)
pen.left(45)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.foword(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