Commit 5ac27557 by BellCodeEditor

save project

parent 10e215f8
Showing with 1 additions and 12 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
pen=turtle.Pen()
pen.write("你好呀!诺伊!\n我学会编辑器了!\n哈哈哈哈哈!\n哈哈哈哈哈!",font=("Time",30,"normal"))
o=turtle.Pen()
o.pensize(5)
o.pencolor("red")
o.right(-50)
o.forward(100)
o.circle(50,180)
o.right(90)
o.circle(50,180)
o.forward(100)
turtle.done()
\ No newline at end of file
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