tzl
MModular
•Created by tzl on 5/14/2024 in #questions
Why is this in-place operation not modifying the Python object in-place?
I would expect the outside function
ar
print to print the modified ar
, because the ar
is passed as object reference. But I got this:
8 replies