Drucken Sie erste Wörterbuchschlüssel Python

first_key = list(my_dict.keys())[0]
print(first_key)
Noelito Pepito