Dictionaries in Python Lösungen ¨Ubungen 1. -6 2. 6 3.

Werbung
Dictionaries in Python
Lösungen
1. -6
2. 6
3. -6
4. 3
5. Traceback (most recent call last):
File "python-dicts-ueb-06.py", line 2, in <module>
D.pop(’b’)
KeyError: ’b’
6. 11
7. {’b’: -2, ’g’: 0, ’f’: 8}
8. -4
9. e
d
f
10. a
c
d
11. -4
7
3
12. 3
-2
-3
13. c 5
e 2
g -1
14. 3
-9
-5
Übungen
Herunterladen