Skip to content

Commit

Permalink
Merge pull request #34 from kaypohleb/master
Browse files Browse the repository at this point in the history
inifinite DDDDDDDD
  • Loading branch information
tlkh authored Oct 2, 2019
2 parents 20c4cf7 + b0ff4e1 commit ce8c815
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions infiniteflower_D.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from turtle import *
count=200
while(count>0):
circle(count, 180)
left(90)
forward(count*2)
right(25)
count=count*0.99

0 comments on commit ce8c815

Please sign in to comment.