merge sort dictionary python

24

point = {'A': 10, 'B': 29, 'C': 4, 'D': 10, 'E': 18, 'F': Four}
point_values ​​= list (point.values ​​())
print (merge_sort (point_values))

Comments

Submit
0 Comments