Re: [Tutor] a problem wiht struct module
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
Hi there can you describe why last two lines print different numbers --- import struct struct.calcsize("lH") struct.calcsize("Hl") --- -- Mohammad do you Python?!! _