标签: python multithreading indexing args
我看到了这样的一行代码:
thread = Thread(target = startReceiving, args = (0, ))
我很想知道(0, )是什么意思?是从零到无穷大吗?
(0, )