BadPython.com

Suggestion for "Mutable iteration"

More pythonic way of doing it
            
[i *i for i in input_list]