def caculate_sales_tax(*args, **kwargs):
# no *you* deal with this
return (args, kwargs)
# source http://ln.is/xkcd.com/8vI9T
Post
January 26, 2017
January 26, 2017
def caculate_sales_tax(*args, **kwargs):
# no *you* deal with this
return (args, kwargs)
# source http://ln.is/xkcd.com/8vI9T