Commit f0ff7467 by BellCodeEditor

save project

parent 5d797d87
Showing with 2 additions and 2 deletions
...@@ -13,7 +13,7 @@ for i in range(5): ...@@ -13,7 +13,7 @@ for i in range(5):
for i in range(5): for i in range(5):
a=a-1 a=a-1
print("#"*a)''' print("#"*a)'''
import turtle '''import turtle
p=turtle.Pen() p=turtle.Pen()
p.pencolor("black") p.pencolor("black")
p.fillcolor("black") p.fillcolor("black")
...@@ -39,4 +39,4 @@ for i in range(4): ...@@ -39,4 +39,4 @@ for i in range(4):
p.right(90) p.right(90)
p.end_fill() p.end_fill()
p.hideturtle() p.hideturtle()
turtle.done 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