Cetak tombol Kamus Pertama Python

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