Skip to content

Commit b8c0635

Browse files
committed
Course comment update
1 parent 8d35c3d commit b8c0635

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

db/seeds/turtle/main.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# Examples are based on the "Learning to program with Python - school version"
2-
# course of the HPI student team for Python consists of the students
3-
# Selina Reinhard, Nina Ihde, Kira Grammel and the doctoral student Sebastian Serth.
4-
#
5-
# Course available at: https://open.hpi.de/courses/pythonjunior-schule2024
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
5+
# License: CC BY-NC-SA 4.0, https://creativecommons.org/licenses/by-nc-sa/4.0
6+
#
7+
# The course is freely available at: https://open.hpi.de/courses/pythonjunior2020
68

79
from turtle import *
810

0 commit comments

Comments
 (0)