How to get an byte from an input, separate it into bits and add bits to an list - Python example

Опубликовано: 30 Сентябрь 2024
на канале: nevsky.programming
1,086
9

Hi. In this video we're going to talk about that how to get a byte from the input, then how to split that byte into separate bits (integers) and how to add that integers from separated byte into a list.