Commit b92510dc by BellCodeEditor

save project

parent a0e9f28d
Showing with 2 additions and 2 deletions
import turtle import turtle
screen = turtle.screen() screen = turtle.Screen()
screen.bgcolor('pinck') screen.bgcolor('pink')
pen1 = turtle.Pen() pen1 = turtle.Pen()
pen1.penup() pen1.penup()
pen1.goto(100,-100) pen1.goto(100,-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