0
my_sort
Write a function my_sort which takes in a list of numbers (integers). The function should return a list of sorted numbers such that odd numbers come first and even numbers come last.
1 Resposta
+ 8
Do your own homework. If you're stuck, provide the code you already have and specify what's your problem.