Vladimir

22%
Flag icon
Function parameters are passed as aliases, which means the function may change any mutable object received as an argument. There is no way to prevent this, except making local copies or using immutable objects (e.g., passing a tuple instead of a list).
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview