BadPython.com

Suggestion for "Mutable iteration"

map() to mutate while copying
            
my_squares = list(map(lambda i: i * i, input_list))