Commit 6a2da1b0 by BellCodeEditor

auto save

parent 960d08af
Showing with 4 additions and 10 deletions
...@@ -26,16 +26,10 @@ for i in range(int(c),b): ...@@ -26,16 +26,10 @@ for i in range(int(c),b):
count=count+1 count=count+1
print(count)''' print(count)'''
import turtle
distance=1 a=["sad","dfsd","sfs","sfd"]
colors=["darkred","","darkgreen","lightblue"] [::]
for i in range(300):
turtle.pencolor(colors[i%4])
turtle.forward(distance)
distance=distance+1.5
turtle.right(91)
turtle.hideturtle()
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