Commit 1f993b0a by BellCodeEditor

save project

parent 6add1f30
Showing with 3 additions and 1 deletions
......@@ -3,7 +3,9 @@ import turtle
t=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("pink")
t.write("111111111111111111111111111\n11111111111111111111111111111",font=("Times",1,"normal"))
t.goto(100,-100)
t.write("111111111111111111111111111\n11111111111111111111111111111",font=("Times",20,"normal"))
t.goto(0,0)
t.left(45)
t.pencolor("red")
t.forward(100)
......
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