I am trying to convert decimal to binary number and remove the 0b on the left most side so I can work with 1's and 0's. I succeeded however, when the binary was actually 0. if you lstrip "0b" from "0b0" must be "0" right?I am trying to convert decimal to binary number