Forgive the stupid question, probably a C programmer mindset issue here. I have a tuple of data items say (0,1,2) I want to pass to struct.pack, which takes: pack (fmt, v1, v2, ...) How can I pass my tuple to pack as its arg2,3,4,... -TIA, Bruce.