How can I represent a byte array (like in Java with byte[]) in Python? I'll need to send it over the wire with gevent.byte key[] = {0x13, 0x00, 0x00, 0x00, ...
確定! 回上一頁