Python list iteration not working with conditions?
I am a beginner in the python world and I really like this language so far! In my exercices session I’ve found the following one: "Use a loop to display elements from a given list present at odd index positions" and I’ve come to 2 solutions. However I cannot see why the following 2 snippets… Read More Python list iteration not working with conditions?