array sortir python berdasarkan nilai

sorted_array = sorted(array)
MitchAloha