Source Code:
(back to article)
x = 5 binary_string = bin(x)[2:] print(binary_string)
Result:
Report an issue