function change in array python code example Example: how to pass list in function with modified list def ABC(li): print(li) l=[1,2,3] ABC(l[:]+[6])