[Tutor] How to split string into separate lines

shweta kaushik coolshwetu at gmail.com
Wed Dec 3 19:18:22 CET 2014


Hi,

I need help for doing this task. I know it will be simple but I am not able
to do it.

output_message_packet=
fe01b84100000000000000002756fe02fe01b94100000000000000006239fe02fe01ba410000000000000000ad88fe02fe01bb410000000000000000e8e7fe02fe01bc41000000000000000012fbfe02fe01bd4100000000000000005794fe02

I want to split this into separate message packets like this:
fe01b84100000000000000002756fe02
fe01b94100000000000000006239fe02
fe01ba410000000000000000ad88fe02
fe01bb410000000000000000e8e7fe02
fe01bc41000000000000000012fbfe02
fe01bd4100000000000000005794fe02

After this I want to split this into bytes:
fe 01 b8 41 00 00 00 00 00 00 00 00 27 56 fe 02

Please help me with code for how to do this.

Thanks in advance.

Regards,
Shweta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20141203/a1cf94ec/attachment-0001.html>


More information about the Tutor mailing list