Commit 925f2217 by BellCodeEditor

save project

parent d641a14b
Showing with 11 additions and 4 deletions
import turtle as a
pen=a.Pen()
a.screensize(100,80,"white")
pen.write("连长,鸡汤来喽! \n",font=("Times",30,"normal"))
pen.hideturtle()
a.screensize(100,80,"black")
a.pensize(10)
a.pencolor("white")
a.left(45)
a.forward(100)
a.circle(50,180)
a.right(90)
a.circle(50,180)
a.forward(100)
a.hideturtle()
a.done()
\ No newline at end of file
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