Commit 10e215f8 by BellCodeEditor

auto save

parent a15989ca
Showing with 16 additions and 0 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
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