Commit 57c16fa4 by BellCodeEditor

auto save

parent 1a1b786b
Showing with 31 additions and 3 deletions
import turtle as t
pen=turtle.pen()
pen.write("520快乐",font=('微软黑体',50,'normal'))
turtle.done()
import turtle as t
t.shape("turtle")
t.right(45)
t.forward(200)
t.right(-90)
t.forward(200)
t.circle(100,180)
t.right(90)
t.circle(100,180)
t.done()
\ No newline at end of file
import turtle as t
t.write("你好啊!我很好。\n",font=("楷体",50,"normal"))
t.hideturtle()
t.color('pink')
t.begin_fill()
t.shape("turtle")
t.right(45)
t.forward(200)
t.right(-90)
t.forward(200)
t.circle(100,180)
t.right(90)
t.circle(100,180)
t.done()
\ No newline at end of file
import turtle as h
pen=turtle.Pen()
pen.write("520",font=('微软黑体',50,'normal')
h.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