Vorlesung 2

This commit is contained in:
dev weycloud
2021-09-23 19:58:44 +02:00
parent b842733193
commit 5562abd79b
10 changed files with 170 additions and 1 deletions

View File

@@ -11,4 +11,21 @@
- _(alternativ z.b. Visual Studio Code: https://code.visualstudio.com/docs/python/python-tutorial)_
- Erste Übungsprogramme
- ```HelloWorld.py```
- ```Uebung1.py```
- ```Uebung1.py```
# Vorlesung 2
23.09.2021
- ```Vorlesung II.pdf```
- Variablen und Datentypen
- ```variablen.py```
- Operatoren und das Modul „math“
- ```operatoren.py```
- ```math.py```
- Übungen
- ```Uebung1.py```
- ```Uebung2.py```
- ```Uebung3.py```
- ```Uebung4.py```
- ```Uebung5.py```
- ```Uebung6.py```