Weird Python: Mutable Default Arguments

preview_player
Показать описание
Mutable Default Arguments: If you've been using Python for a while, then this one will not come as a surprise. In Python, default arguments are evaluated only once, and this happens when the function is defined. As a result, mutable objects like lists and dictionaries retain their state between function calls.

Read the full blog by Developer Advocate Nafiul Islam here:

#pythonprogramming #python #fyp #coding #interpreter
Рекомендации по теме