Commit 4577835c by BellCodeEditor

auto save

parent 02c0b69a
Showing with 8 additions and 1 deletions
...@@ -2,6 +2,13 @@ ...@@ -2,6 +2,13 @@
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.write("大***最近还好吗?f**ck,You are a fucking n*****",font=("Times",10,"normal")) pen.write("大***最近还好吗?f**ck,You are a fucking n*****",font=("Times",10,"normal"))
turtle.done() a=turtle.Pen()
a.fillcolor("green")
a.begin_fill()
for i in range(5):
a.left(45)
a.forward(100)
a.circle(50,180)
a.forward
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