Commit c74298df by BellCodeEditor

auto save

parent cc642c8c
Showing with 12 additions and 6 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
pen=turle.Pen() pen=turtle.Pen()
turtle.pensize(3) turtle.pensize(3)
turtle.pencolor("pi") turtle.pencolor(pink)
pen.left(45)
pen.write("jsdhas",font=("Times",18,"normal")) pen.forward(50)
turlte. pen.circle(25,180)
\ No newline at end of file pen.right(90)
pen.circle(25,180)
pen.forward(50)
pen.write(" I hate you",font=("Times",18,"normal"))
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