Codedastic
Python Kurs Übersicht
Python Kurs
Python Quiz
Blog
Python Quiz
Was ist die Ausgabe des folgenden Codes?
my_dict = {'a': 1, 'b': 2, 'c': 3} print(my_dict.keys())
['a', 'b', 'c']
('a', 'b', 'c')
dict_keys(['a', 'b', 'c'])
['a': 1, 'b': 2, 'c': 3]
OK
Bitte wähle eine der Antwortmöglichkeiten
Vorherige Frage
Nächste Frage
Teilen: