Commit 43f25c2c by BellCodeEditor

auto save

parent 48c2d5c5
Showing with 5 additions and 15 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
i=turle.Pen()
turtle.pensize(3)
i.left(140)
i.forward(111.65)
for i in range(200):
i.right(1)
i.forward(1)
turtle.left(120)
i.write("jsdhas",font=("Times",18,"normal"))
turlte.
\ No newline at end of file
pen=turtle.Pen()
pen.write("abc\ndefg\n",font=("Times",18,"bold")
pen.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