Konversi Integer menjadi biner dalam Python
format(6, "08b")
Novid19
format(6, "08b")
format(6, "08b")
print(bin(4))