Skip to content

Commit 8d35c3d

Browse files
committed
Add source of the material.
1 parent 28651c6 commit 8d35c3d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

db/seeds/turtle/main.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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
6+
17
from turtle import *
28

39
def erstelle_turtle(x, y, rotationsWinkel = 0, shape = "triangle", color = "green"):

spec/services/proforma_service/convert_task_to_exercise_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
ProformaXML::Task.new(
3333
title: 'title',
3434
description:,
35-
proglang: {name: 'python', version: '3.4'},
35+
proglang: {name: 'python', version: '3.8'},
3636
uuid: 'uuid',
3737
parent_uuid: 'parent_uuid',
3838
language: 'language',

0 commit comments

Comments
 (0)