Commit 4ccbd0b7 by BellCodeEditor

save project

parent bd0c3afc
Showing with 5 additions and 0 deletions
import turtle
a=turtle.Screen()
pen=turtle.Pen()
a.bgcolor("light blue")
pen.write("大聪明",font=("Times",20,"normal"))
pen.pensize(10)
pen.penup()
pen.goto(-100,0)
pen.pendown()
pen.pencolor("red")
pen.left(45)
pen.forward(100)
......
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