|
|
|
|
|
by VWWHFSfQ
1068 days ago
|
|
> Python arguments are evaluated when the function definition is encountered. Good to remember that! I would never try to exploit this behavior to achieve some kind of benefit (avoiding max recursion). Any tricks you try to do with this is almost definitely going to to cause bugs that are very difficult to track down. So don't be too clever here. |
|