Commit d822b942 by BellCodeEditor

save project

parent 72321e72
Showing with 12 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
p=turtle.Pen()
p.write('你好\n诺伊',font=('Times',100,'normal'))
# p.write('你好\n诺伊',font=('Times',30,'normal'))
# turtle.done()
p.pencolor('red')
p.pensize(8)
p.left(45)
p.forward(200)
p.circle(100,180)
p.right(90)
p.circle(100,180)
p.forward(200)
p.hideturtle()
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