Re: [Tutor] a problem wiht struct module

2005-07-07 Thread Kent Johnson
Mohammad Moghimi wrote: > Hi there > can you describe why last two lines print different numbers > > --- > import struct > struct.calcsize("lH") > struct.calcsize("Hl") > --- Be

[Tutor] a problem wiht struct module

2005-07-07 Thread Mohammad Moghimi
Hi there can you describe why last two lines print different numbers --- import struct struct.calcsize("lH") struct.calcsize("Hl") --- -- Mohammad do you Python?!! _