Commit 0dd61db0 by BellCodeEditor

save project

parent c67500b2
Showing with 10 additions and 10 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
distance=1
for i in range(300):
pen.forward(distance) for i in range(1,300):
pen.forward(i)
pen.right(91) pen.right(91)
distance+=1
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
woman
...@@ -20,6 +21,7 @@ turtle.done() ...@@ -20,6 +21,7 @@ turtle.done()
死娘炮
...@@ -41,6 +43,7 @@ turtle.done() ...@@ -41,6 +43,7 @@ turtle.done()
傻逼傻逼
...@@ -61,6 +64,7 @@ turtle.done() ...@@ -61,6 +64,7 @@ turtle.done()
草泥马
...@@ -82,6 +86,7 @@ turtle.done() ...@@ -82,6 +86,7 @@ turtle.done()
大傻逼
...@@ -112,10 +117,5 @@ turtle.done() ...@@ -112,10 +117,5 @@ turtle.done()
SBSBSBSBSBSBSBSBSBSB
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