On Fri, Jan 30, 2015 at 10:09 AM, Robert Chen <[email protected]> wrote: > > how to parse sys.argv as dynamic parameters to another function? > > > fun(sys.argv)
Not sure what you mean by "dynamic", but I think you already have it, assuming fun is a function which accepts a single list of strings as its argument. Skip -- https://mail.python.org/mailman/listinfo/python-list
