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