I want to run a program which takes a list of ones and zeroes (my_list), updates it according to the update function, and then animates this process using FuncAnimation. I have