Write a function sorting(L).

Mohammed Ahmed moh.ahm1166 at gmail.com
Fri Apr 21 15:58:52 EDT 2017


Write a function sorting(L) that takes a list of numbers and returns the list with all
elements sorted in ascending order.
Note: do not use the sort built in function

it is a python question



More information about the Python-list mailing list