mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
fix: replaced outdated url (#791)
http://www.lpb-riannetrujillo.com/blog/python-fractal/ moved to http://www.riannetrujillo.com/blog/python-fractal/
This commit is contained in:
parent
7677c37011
commit
30a3582983
@ -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]))
|
||||
|
Loading…
Reference in New Issue
Block a user