Im working on a program which converts binary into integers (easy enough) however I then need to convert the integers back into 8bit binary representation. I have had a look, and I can do it mathematically, but I was wondering if there was a handy python function that did this?
1 Answer
3 Comments
Chris Headleand
Hi, this puts 0b at the beginning of the string, and it isn't in 8bit. is there a way to fix that?
Chris Headleand
Perfect, thanks... will accept in 7 mins when the software lets me! lol
anon582847382
@ChrisHeadleand Good, glad to have been of assistance. Upvotes are also greatly appreciated if you haven't already. :)