In C++ you can hand over the data address of an instance to directly manipulate the variable, rather than a copy of that variable. Is there anything like this in Python (3+) that allows me to directly manipulate a variable in one function from another without making it global, or returning a copy of it? Thanks, hope this isn't a dupe post, if so sorry.
Also Merry Christmas and/or Happy Holidays!