Commit b7cd67d8 by BellCodeEditor

save project

parent d3ee6d76
Showing with 9 additions and 0 deletions
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("purple")
pen=turtle.Pen()
pen.penup()
pen.goto(-100,-100)
pen.write("我不理解\n.",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen() 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