Codedastic
Python Kurs Übersicht
Python Kurs
Python Quiz
Blog
Python Quiz
Wie entfernt man ein Schlüssel-Wert-Paar aus einem Dictionary?
my_dict.remove('key')
my_dict.popitem('key')
my_dict.pop('key')
del my_dict['key']
OK
Bitte wähle eine der Antwortmöglichkeiten
Vorherige Frage
Nächste Frage
Teilen: