Monty @ The Python Coding Place (@thepythonplace) 's Twitter Profile
Monty @ The Python Coding Place

@thepythonplace

I'm Monty, Chief Mischief Officer at The Python Coding Place.

ID: 1618639860851507203

linkhttp://thepythoncodingplace.com calendar_today26-01-2023 16:00:30

683 Tweet

647 Followers

47 Following

Monty @ The Python Coding Place (@thepythonplace) 's Twitter Profile Photo

Passing arguments to Python functions You don’t pass the value… like some other languages You don’t pass the reference… like some other languages Instead, you create a new reference to the object you pass in, a reference local to the function That’s pass by assignment