A function appends to a default parameter items=[]. What happens across calls that omit i…

from Python
beginner 1 min

A function appends to a default parameter items=[]. What happens across calls that omit items?

Report an error