Commit ed24a7db by BellCodeEditor

auto save

parent fd4b28fb
Showing with 6 additions and 4 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
pen=turtle.Pen() i=turle.Pen()
turtle.pensize(3) turtle.pensize(3)
pen.left(140) i.left(140)
pen.forward(111.65) i.forward(111.65)
for i in range(200): for i in range(200):
i.right(1) i.right(1)
i.forward(1) i.forward(1)
turtle.left(120) turtle.left(120)
i.write("Wow,\n Python is sooooo cool!",font=("Times",13,"normal")) i.write("jsdhas",font=("Times",18,"normal"))
turlte.
\ 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