If I have a list:
list = [1, 1, 2, 3, 4, 4, 5]
and I want to change, say all 4\'s to \'None\' like so:
list = [1, 1, 2, 3, Non