Commit b72c3d0c by BellCodeEditor

auto save

parent 7a722759
Showing with 8 additions and 5 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# turtle.write("诺依,\nturtle真好用,\n我会在画布上写字啦!",font=("Times",30,"normal"))
# turtle.hideturtle()
# turtle.done()
turtle.pensize(5)
turtle.color("red")
turtle.bgcolor("pink")
turtle.penup()
turtle.goto(100,0)
turtle.write("诺依,\nturtle真好用,\n我会在画布上写字啦!",font=("Times",30,"normal"))
turtle.goto(0,0)
turtle.pendown()
turtle.pensize(10)
turtle.pencolor("red")
turtle.left(45)
turtle.forward(50)
turtle.circle(25,180)
......
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