In IPython:
>import struct
>struct.calcsize('4s')
4
>struct.calcsize('Q')
8
>struct.calcsize('4sQ')
16This doesn't make sense to me. Can anyone explain? -- http://mail.python.org/mailman/listinfo/python-list
In IPython:
>import struct
>struct.calcsize('4s')
4
>struct.calcsize('Q')
8
>struct.calcsize('4sQ')
16This doesn't make sense to me. Can anyone explain? -- http://mail.python.org/mailman/listinfo/python-list