Commit d4e0ef70 by BellCodeEditor

save project

parent fa76c320
Showing with 7 additions and 1 deletions
import turtle
screen=turtle.screen screen=turtle.screen
screen.bgcolor(pink) screen.bgcolor("light pink")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write(frndnd,font=(times,20,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