List changes unexpectedly after assignment. Why is this and how can I prevent it?
0 VIEWES0 LIKES0 DISLIKESSHARE
0 LIKES0 DISLIKES 0 VIEWESSHARE
While using new_list = my_list, any modifications to new_list changes my_list every time. Why is this, and how can I clone or copy the list to prevent it?