-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python short questions #414
Conversation
python/python.ipynb
Outdated
"source": [ | ||
"### Kurzaufgaben 1, 2 und 3\n", | ||
"\n", | ||
"1. Definiere die folgenden Varialben mit den angegebenen Werten\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: varialben
python/python.ipynb
Outdated
"\n", | ||
"5. Definiere eine Liste mit Namen T, die 3 Werte 0.5, 1 und 1.5 enthält\n", | ||
" Definiere drei leere Listen mit den Namen H, V und A\n", | ||
" Berechne für jede der drei Zeiten wie zuvor die Höhe, geschwindigkeit\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Geschwindigkeit
python/python.ipynb
Outdated
" b) die Ergebnisse an die zugehörige Liste anhängst\n", | ||
" \n", | ||
" \n", | ||
" Gibt die Listen H, V, A mit der `print`-Funktion aus\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gib oder Gebt
Added some short tasks in between the section of the python notebook, to keep the participants active.