Lorenz Nickel 2019-05-08 21:48:30 +02:00 committed by John Law
parent 7677c37011
commit 30a3582983

View File

@ -21,7 +21,7 @@ Python:
Usage:
- $python sierpinski_triangle.py <int:depth_for_fractal>
Credits: This code was written by editing the code from http://www.lpb-riannetrujillo.com/blog/python-fractal/
Credits: This code was written by editing the code from http://www.riannetrujillo.com/blog/python-fractal/
'''
import turtle
@ -64,4 +64,4 @@ def triangle(points,depth):
depth-1)
triangle(points,int(sys.argv[1]))
triangle(points,int(sys.argv[1]))