Commit 8f07d0c3 by BellCodeEditor

auto save

parent fdb48f53
Showing with 6 additions and 5 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
pen.penup
pen.write("你好呀!",font=("Times",20,"normal"))
screen=turtle.Screen()
screen.bgcolor("red")
pen=turtle.Pen
pen.penup()
pen.goto(100,-100)
pen.write("你好呀!",font=("Times",13,"normal"))
pen.hideturtle()
goto()
pen1=turtle.Pen()
......@@ -15,5 +19,3 @@ pen1.circle(50,180)
pen1.forword(100)
pen1.hideturtle()
turtle.done()
screen=turtle.Screen()
screen.bgcolor("red")
\ 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