mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-07 18:10:55 +00: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:
|
Usage:
|
||||||
- $python sierpinski_triangle.py <int:depth_for_fractal>
|
- $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
|
import turtle
|
||||||
|
|
Loading…
Reference in New Issue
Block a user