''' Purpose: consider parameter passing nuance in Python ''' def f( x, y ) : ''' Does ??? ''' rmbr = x x = y y = rmbr