Commit b20c8e27 by BellCodeEditor

save project

parent d48e3b35
Showing with 3 additions and 2 deletions
import turtle import turtle
...@@ -14,6 +14,6 @@ pen.forward(100) ...@@ -14,6 +14,6 @@ pen.forward(100)
pen.end_fill() pen.end_fill()
pen.penup() pen.penup()
pen.goto(100,0) pen.goto(100,0)
pen.write("www",font=("Times",30,"normal")) pen.write("www",font=("Times",20,"normal"))
pen.hideturtle() pen.hideturtle()
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