Skip to content

Commit a8614f6

Browse files
committed
Level 3 aufgeräumt
1 parent c465e43 commit a8614f6

9 files changed

Lines changed: 31 additions & 259 deletions

File tree

Level_03/Level_3.ipynb

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@
13361336
},
13371337
{
13381338
"cell_type": "code",
1339-
"execution_count": 45,
1339+
"execution_count": 4,
13401340
"metadata": {},
13411341
"outputs": [
13421342
{
@@ -1357,6 +1357,34 @@
13571357
"print(\"Martha:\", Martha[\"alter\"])"
13581358
]
13591359
},
1360+
{
1361+
"cell_type": "markdown",
1362+
"metadata": {},
1363+
"source": [
1364+
"Löschen erfolgt ähnlich:"
1365+
]
1366+
},
1367+
{
1368+
"cell_type": "code",
1369+
"execution_count": 5,
1370+
"metadata": {},
1371+
"outputs": [
1372+
{
1373+
"data": {
1374+
"text/plain": [
1375+
"{'name': 'Max', 'alter': 42}"
1376+
]
1377+
},
1378+
"execution_count": 5,
1379+
"metadata": {},
1380+
"output_type": "execute_result"
1381+
}
1382+
],
1383+
"source": [
1384+
"del Max[\"nachname\"]\n",
1385+
"Max"
1386+
]
1387+
},
13601388
{
13611389
"cell_type": "markdown",
13621390
"metadata": {},
@@ -2419,7 +2447,7 @@
24192447
],
24202448
"metadata": {
24212449
"kernelspec": {
2422-
"display_name": "Python 3.10.6 64-bit",
2450+
"display_name": "Python 3",
24232451
"language": "python",
24242452
"name": "python3"
24252453
},
@@ -2433,12 +2461,7 @@
24332461
"name": "python",
24342462
"nbconvert_exporter": "python",
24352463
"pygments_lexer": "ipython3",
2436-
"version": "3.10.6"
2437-
},
2438-
"vscode": {
2439-
"interpreter": {
2440-
"hash": "916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"
2441-
}
2464+
"version": "3.12.3"
24422465
}
24432466
},
24442467
"nbformat": 4,

Level_03/dictionaries.py

Lines changed: 0 additions & 41 deletions
This file was deleted.

Level_03/for.py

Lines changed: 0 additions & 46 deletions
This file was deleted.

Level_03/listen.py

Lines changed: 0 additions & 92 deletions
This file was deleted.

Level_03/sets.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

Level_03/tupel.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

Level_03/while.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)