There was an error while loading. Please reload this page.
1 parent 7d1fa6e commit 29ace5dCopy full SHA for 29ace5d
1 file changed
Level_03/dictionaries.py
@@ -26,6 +26,8 @@
26
print(dictionary)
27
# Als keys geeignet sind zum Beispiel: Integer, Strings, Tupel, Boolean
28
29
+# Einträge löschen
30
+del dictionary["Wasser"]
31
32
# Mit len() lässt sich die Länge ausgeben:
33
print(len(dictionary))
0 commit comments