Commit a9407b7b by BellCodeEditor

save project

parent 90d5a185
Showing with 17 additions and 14 deletions
import turtle import turtle
#Pen=turtle.Pen() screen=turtle.Screen()
#pen.write("春眠不觉晓,\n处处闻啼鸟。\n夜来风雨声,\n花落知多少。\n,font("Times"30,"narmal")) screen.bgcolor("blue")
#Pen.hideturtle() pen=turtle.Pen()
#Pen.done() pen.penup()
Pen1=turtle.Pen() pen.goto(-100,0)
Pen1=turtle.Pensize(5) pen.write("春眠不觉晓,\n处处闻啼鸟。\n夜来风雨声,\n花落知多少。",font("Times"30,"narmal"))
Pen1=turtle.Pencollor("red") pen.hideturtle()
Pen1.left(45) pen1=turtle.Pen()
Pen1.forward(100) pen1=turtle.Pensize(5)
Pen1.circle(50,180) pen1=turtle.Pencollor("red")
Pen1.right(90) pen1.left(45)
Pen1.circle(50,180) pen1.forward(100)
Pen1.forward(100) pen1.circle(50,180)
Pen1=hieturtle() pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
pen1=hieturtle()
turtle.done() 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