Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit30a3582

Browse files
LorenzNickelpoyea
authored andcommitted

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎other/sierpinski_triangle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Usage:
2222
- $python sierpinski_triangle.py <int:depth_for_fractal>
2323
24-
Credits: This code was written by editing the code from http://www.lpb-riannetrujillo.com/blog/python-fractal/
24+
Credits: This code was written by editing the code from http://www.riannetrujillo.com/blog/python-fractal/
2525
2626
'''
2727
importturtle
@@ -64,4 +64,4 @@ def triangle(points,depth):
6464
depth-1)
6565

6666

67-
triangle(points,int(sys.argv[1]))
67+
triangle(points,int(sys.argv[1]))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp