BadPython.com

Suggestion for "Iterating using index"

put list into loop definition, and iterate without index
            
for i in ['hello', 'world', 'third']:
    print(i)