Python 将 tuples 作为参数依序传入函数 (Expanding tuples into arguments)
myfun(*tuple) does exactly what you request.
reference:
http://stackoverflow.com/questions/1993727/expanding-tuples-into-arguments
myfun(*tuple) does exactly what you request.
reference:
http://stackoverflow.com/questions/1993727/expanding-tuples-into-arguments