Hello,
Is there any module or function in python i can use to convert a decimal number to its binary equivalent ? I am able to convert binary to decimal using int('[binary_value]',2),so any way to do the reverse without writing the code to do it myself ?
Thank You