Skip to content

Commit 2976b19

Browse files
arkirchnerMrSerth
andauthored
Update db/seeds/turtle/main.py
Co-authored-by: Sebastian Serth <[email protected]>
1 parent b8c0635 commit 2976b19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

db/seeds/turtle/main.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# This example is based on content from the 2020 openHPI course
2-
# "Programmieren lernen mit Python" ("Learning to Program with Python")
3-
# Authors: Kira Grammel, Nina Ihde, Selina Reinhard, and Sebastian Serth
4-
# Published by: openHPI, Hasso-Plattner-Institut für Digital Engineering gGmbH
1+
# This example is based on content from the 2020 openHPI course
2+
# "Programmieren lernen mit Python" ("Learning to Program with Python")
3+
# Authors: Kira Grammel, Nina Ihde, Selina Reinhard, and Sebastian Serth
4+
# Published by: openHPI, Hasso-Plattner-Institut für Digital Engineering gGmbH
55
# License: CC BY-NC-SA 4.0, https://creativecommons.org/licenses/by-nc-sa/4.0
6-
#
6+
#
77
# The course is freely available at: https://open.hpi.de/courses/pythonjunior2020
88

99
from turtle import *

0 commit comments

Comments
 (0)