about | help | code help+videos | done | prefs |
list_evenlyOdd
list_evenlyOdd()--Mr. Guidry is a little odd about even and odd things in his lists. He dosen't like when he has odd values at even indexes, and even values at odd indexes. list_evenlyOdd([0, 2, 3, 4, 6, 9, 11]) → [0, 3, 4, 9] list_evenlyOdd([]) → [] list_evenlyOdd([-2]) → [-2] ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy