how to get 1st element value form list of elemets in dict code example Example: print first dictionary keys python first_key = list(my_dict.keys())[0] print(first_key)