mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +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:
@@ -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]))
|
||||
|
||||
Reference in New Issue
Block a user