Commit 1d66ffa6 by BellCodeEditor

save project

parent 04e55c49
Showing with 2 additions and 0 deletions
import turtle
t=turtle.Pen()
s=turtle.Screen()
s.bgcolor("yellow")
t.penup()
t.goto(40,0)
t.pendown()
......
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