Commit 8ba5929b by BellCodeEditor

save project

parent 0238e0f8
Showing with 6 additions and 5 deletions
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.color("red") pen.color("red")
pen.left(45) pen.left(45)
...@@ -9,8 +11,7 @@ pen.circle(50,180) ...@@ -9,8 +11,7 @@ pen.circle(50,180)
pen.forward(100) pen.forward(100)
pen.hideturtle() pen.hideturtle()
pen.pencolor() pen.pencolor()
screen=turtle.Screen()
screen.bgcolor("light bule")
pen.write(",mnxfd.kmfrklgteijmgrjih",font("Times",30","normal"))
turtle.done pen.write("mnxfdkmfrklgteijmgrjih",font=("Times",30,"normal"))
\ No newline at end of file
turtle.done()
\ No newline at end of file
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