I'm on python 3.7.9.
-I need to copy some items from a list into another list.
-Then I need to do calculations on My new list without changing the original list.
But but whatever I do, my original list undergoes the same modifications that are done to my new list.
Could someone explain me Why ?
Thank's for your reply