CC#•Created by חגית שמעוני on 11/11/2023 in #help trying to create a function that returns the list from even numbers to odd numbers, please help
It's hard to understand what you're asking for. But essentially:
In: 1,2,3,4,5,6
Out:2,4,6,1,3,5
Correct?