python best practices example Example: python best practices example def make_complex(*args): x, y = args return dict(**locals())