Commit bfa522c7 by BellCodeEditor

save project

parent ffd90e15
Showing with 41 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
len=
len=60
screen=turtle.Screen()
screen.bgcolor("pink")
pen=turtle.Pen()
......
import turtle
pen=turtle.Pen()
pen.penup()
pen.goto(30,50)
pen.pendown()
pen.color("red")
pen.circle(20,360)
pen.penup()
pen.goto(-15,50)
pen.pendown()
pen.color("black")
pen.circle(20,360)
pen.penup()
pen.goto(-60,50)
pen.pendown()
pen.color("blue")
pen.circle(20,360)
pen.penup()
pen.goto(-40,20)
pen.pendown()
pen.color("yellow")
pen.circle(20,360)
pen.penup()
pen.goto(5,20)
pen.pendown()
pen.color("green")
pen.circle(20,360)
turtle.done()
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.left(45)
pen.circle(100,180)
pen.left(90)
pen.forward(200)
pen.left(90)
pen.forward(200)
pen.left(90)
pen.circle(100,180)
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