Commit 49009198 by BellCodeEditor

save project

parent 024732d2
Showing with 3 additions and 0 deletions
import turtle
Screen=turtle.Screen()
pen=turtle.Pen()
pen.penup()
pen.goto(-100,0)
pen.write("你好,老六",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
......
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