We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042e435 commit 127a6f0Copy full SHA for 127a6f0
fractals/gosper_curve.py
@@ -8,8 +8,7 @@
8
9
10
def draw_gosper_curve(
11
- side_length: float, depth: int, direction: int = -1, angle: float = 60.0
12
-) -> None:
+ side_length: float, depth: int, direction: int = -1, angle: float = 60.0) -> None:
13
"""
14
Recursively draws a Gosper curve fractal.
15
0 commit comments