get first element of dict_values code example Example: access first element of dictionary python res = next(iter(test_dict))