Commit 6baa05bc by BellCodeEditor

save project

parent 70ecd5e2
Showing with 15 additions and 5 deletions
import turtle import turtle
pen=turtle.Pen() # pen=turtle.Pen()
pen.write("诺依\nWDNMD",font=("Times",30,"normal")) # pen.write("远远的街灯明了,\n好像闪着无数的明星,\n天上的明星现了,\n好像点着无数的街灯\n \n \n我想那缥缈的空中,\n定然有美丽的街市\n街市上陈列的一些物品,\n定然是世上没有的珍奇",font=("Times",30,"normal"))
pen.hideturtle() # pen.hideturtle()
turtle.done() # turtle.done()
pen1=turtle.Pen()
pen1.pensize(10)
pen1.pencolor("red")
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
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