Commit a9407b7b by BellCodeEditor

save project

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