Возврат массивы отсортированных объектов

w=["as","3e","1"]
a='vf'.join(w)
print(a)
//displays string asvf3evf1
ap_Cooperative_dev