0
How to convert a decimal number to corresponding binary number without using bin function in python?
5 ответов
+ 2
This code can convert decimal to binary:
https://code.sololearn.com/cic9Na2Fdzd2/?ref=app
+ 2
thanks guys...
+ 1
I'll try to make similar python code.
0
heres a one liner
https://code.sololearn.com/c5o4dpJYj0e9/?ref=app