On Thu, Mar 24, 2016 at 7:17 PM, Rudi Lopez Lopez <rlopezsr at gmail.com> wrote: > from struct import pack > > print(hex(126)) > print(pack('>H',126)) Explain the bug? ChrisA