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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to