I saw a line of code like this:
thread = Thread(target = startReceiving, args = (0, ))
And I am interested to know what is the meaning of (0, )
? Is that mean from zero to infinity?
I saw a line of code like this:
thread = Thread(target = startReceiving, args = (0, ))
And I am interested to know what is the meaning of (0, )
? Is that mean from zero to infinity?