On Sat, Apr 22, 2017 at 5:58 AM, Mohammed Ahmed <moh.ahm1...@gmail.com> wrote:
> 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

Yes, it is. It looks like the sort of question that you're supposed to
try to answer in order to learn how to write software. I suggest you
try to answer it.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to