Separate bytes in a row using Python

  Kiến thức lập trình

I am trying to separate bytes from multiple rows and a single column.
data is [[12cb123345678]]. say I have 400 rows and single column. How do I separate each byte and save as csv file. Separate like 1,2,c,b etc.

I will do the bitwise transformation later. This is just information.

New contributor

mos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT