''' Purpose: consider a function side-effect in Python ''' import zero nbrs = [ 3, 1, 4 ] zero.out( nbrs ) print( nbrs )