Commit 8191a5ae by BellCodeEditor

save project

parent 21b86953
Showing with 9 additions and 0 deletions
import turtle
bg = turtle.Screen()
pen = turtle.Pen()
bg.bgcolor("light blue")
pen.pencolor("green")
pen.penup()
pen.goto(-100,0)
pen.write("GAME OVER",font=("Times",30,"normal"))
turtle.done()
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