Commit 8f53e5b6 by BellCodeEditor

save project

parent 611c13fe
Showing with 5 additions and 0 deletions
...@@ -4,4 +4,8 @@ screen=turtle.Screen() ...@@ -4,4 +4,8 @@ screen=turtle.Screen()
screen.bgcolor("red") screen.bgcolor("red")
pen=turtle.Pen() pen=turtle.Pen()
pen.write("wedfrghjkl;",font=("Times",30,"normal")) pen.write("wedfrghjkl;",font=("Times",30,"normal"))
s=100
pen.left(45)
pen.forward(2*s)
pen.circle(s)
turtle.done() 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