2024年10月13日

Python 将 tuples 作为参数依序传入函数 (Expanding tuples into arguments)

摘要: myfun(*tuple) does exactly what you request. reference: http://stackoverflow.com/questions/1993727/expanding-tuples-into-arguments 阅读全文

posted @ 2024-10-13 09:11 norsd 阅读(10) 评论(0) 推荐(0)

导航