Commit c0a89929 by BellCodeEditor

auto save

parent 13244b11
Showing with 0 additions and 1 deletions
...@@ -5,7 +5,6 @@ screen=turtle.Screen() ...@@ -5,7 +5,6 @@ screen=turtle.Screen()
screen.bgcolor("light yellow") screen.bgcolor("light yellow")
#写字 #写字
pen=turtle.Pen() pen=turtle.Pen()
#写字
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("你好呀!",font=("Times",13,"normal")) pen.write("你好呀!",font=("Times",13,"normal"))
......
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