init
This commit is contained in:
.gitignore
.vscode
LICENSENotes
README.mdTutorium
tut01
tut02
tut03
tut04
tut05
tut06
tut07
tut08
tut09
tut10
tut11
tut12
tut13
tut14
tut15
src/img
57
Tutorium/tut02/CORRECTION.md
Normal file
57
Tutorium/tut02/CORRECTION.md
Normal file
@ -0,0 +1,57 @@
|
||||
# Korrektur Exercise-01
|
||||
|
||||
## Häufige Fehler
|
||||
|
||||
### Aufgabe 1.1
|
||||
|
||||
Wer weiterhin Probleme bei der Installation hat, bitte nach dem Tutorat
|
||||
|
||||
### Aufgabe 1.2
|
||||
|
||||
- Terminierung war nicht erfüllt für $x,y=0$ aber nicht $x = y$
|
||||
- Dadurch auch kein Algorithmus laut Definition der Vorlesung, gab keinen Abzug wenn man alle Bedingungen als erfüllt ansah
|
||||
|
||||
### Aufgabe 1.3
|
||||
|
||||
- Es ging vor allem um den Unterschied zwischen der Python-Shell und dem normalen ausführen von `.py` Dateien
|
||||
|
||||
### Aufgabe 1.4
|
||||
|
||||
- Achtet auf die genau Anforderung!!!
|
||||
|
||||
```sh
|
||||
Python
|
||||
Python
|
||||
Python
|
||||
```
|
||||
|
||||
heißt nicht
|
||||
|
||||
```sh
|
||||
|
||||
Python
|
||||
Python
|
||||
Python
|
||||
```
|
||||
|
||||
oder
|
||||
|
||||
```sh
|
||||
|
||||
Python
|
||||
Python
|
||||
Python
|
||||
```
|
||||
|
||||
oder
|
||||
|
||||
```sh
|
||||
Python
|
||||
Python
|
||||
Python
|
||||
|
||||
```
|
||||
|
||||
## Punkteverteilung
|
||||
|
||||

|
Reference in New Issue
Block a user