Commit 3f60445e by BellCodeEditor

save project

parent 9a41186a
Showing with 6 additions and 0 deletions
import turtle
t = turtle.Turtle()
screen = turtle.Screen()
screen.bgcolor("light blue")
t.pensize(10)
t.pencolor("red")
t.left(45)
......@@ -8,5 +10,9 @@ t.circle(50,180)
t.right(90)
t.circle(50,180)
t.forward(100)
t.penup()
t.goto(100,-100)
t.pendown()
t.write("你好呀,\n今天天气好冷啊",font=("Time",20,"normal"))
t.hideturtle()
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