History of notes-computer-programming-programmingLanguageDesign-prosAndCons-defaultArguments

2014-05-22
19:35 UTC Revision 1 . . . . BayleShanksnote: in Python, the default argument assignment is evaluated only once, not per call. If you pass something by reference in there and then change . . .