BadPython.com
Submit Bad Python
Suggestion for
"Mutable iteration"
More pythonic way of doing it
[i *i for i in input_list]
Next Suggestion:
map() to mutate while copying