Commit fc4c0a30 by BellCodeEditor

auto save

parent 74a635e6
Showing with 9 additions and 23 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
pen=turtle.Pen() pen = turtle.Pen()
screen=turtle.Screen() pen.setheading(45)
screen.bgcolor("pink") forward(100)
pen.penup() circle(50,180)
pen.goto(100,0) pen.setheading(-45)
pen.write("春晓\春眠不觉晓",font=("Times",30,"normal")) forward(100)
circle(-50,180)
i=60 turtle.done()
pen1=turtle.Pen() \ No newline at end of file
pen1.pencolor("red")
pen1.pensize(10)
pen1.left(45)
pen1.forward(i*2)
pen1.circle(i,180)
pen1.right(90)
pen1.circle(i,180)
pen1.forward(i*2)
pen1.hideturtle()
turtle.done()
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