Commit 925f2217 by BellCodeEditor

save project

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