S
Steven D'Aprano
Consider this in Python 3.1:
.... return a
....23
Is this an accident of implementation, or can I trust that changing
function defaults in this fashion is guaranteed to work?
.... return a
....23
Is this an accident of implementation, or can I trust that changing
function defaults in this fashion is guaranteed to work?