Skip to content

Commit 98b603c

Browse files
Merge pull request #608 from babugyan/patch-1
importing turtle
2 parents f207efb + fe34d33 commit 98b603c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Koch Curve/koch curve.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# importing the libraries
22
# turtle standard graphics library for python
3+
import turtle
34

45

56
# function to create koch snowflake or koch curve

0 commit comments

Comments
 (0)