j'ai trouver ça sur internet :
Unpack the string (presumably packed by
pack(fmt, ...)) according to the given format. The result is a tuple even if it contains exactly one item. The string must contain exactly the amount of data required by the format (
len(string) must equal calcsize(fmt)).
si j'ai bien comprit à quoi ça sert tu as une différence alors que pour utiliser la fronction : len(string)==
calcsize(fmt)>> unpack(fmt,string)
Je t'invite à aller voir à cette adresse : http://docs.python.org/lib/module-struct.html#l2h-445