decimal to binary in python with 4 bits code example Example: how to convert decimal to binary python a = 5 #this prints the value of "a" in binary print(bin(a))