Commit bf0cabee by BellCodeEditor

save project

parent 792bfef6
Showing with 4 additions and 2 deletions
import turtle
import turtle
import turtle
s=turtle.Screen()
s.bgcolor("light blue")
pen=turtle.Pen()
pen.penup()
pen.goto(-100,0)
pen.goto(100,-100)
pen.write("悟空",font=("Times",18,"normal"))
pen.hideturtle()
......
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