Commit b345eda9 by BellCodeEditor

save project

parent c13f8697
Showing with 18 additions and 1 deletions
......@@ -2,6 +2,23 @@
import turtle
pen=turtle.Pen()
pen.write("大***最近还好吗?f**ck,You are a fucking n*****",font=("Times",10,"normal"))
import turtle
a=turtle.Pen()
a.write("祝你生日快乐!",font=("黑体",30,"normal"))
a.penup()
a.goto(100,-200)
a.pendown()
a.fillcolor("pink")
a.begin_fill()
a.left(45)
a.forward(100)
a.circle(50,180)
a.right(90)
a.circle(50,180)
a.forward(100)
a.hideturtle()
i=turtle.Screen()
i.bgcolor("green")
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