Commit 6f6ffae5 by BellCodeEditor

save project

parent 2519ee7b
Showing with 11 additions and 1 deletions
import turtle
t = turtle.Turtle() #导入海龟拿到画笔
t.write("你好啊。\n今天天气好冷啊",font=("Times",20,"normal"))
# t.write("你好啊。\n今天天气好冷啊",font=("Times",20,"normal"))
# t.hideturtle()
t.pensize(1000)
t.pencolor("red")
t.left(45)
t.forward(100)
t.circle(50,180)
t.right(90)
t.circle(50,180)
t.forward(100)
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