0
How to convert hrs and mins which are integers, into binary.??
eg., if hrs is 10 and mins is 56. I want the output as b'10:56'. how can this be done in python....???
1 Odpowiedź
0
I want the binary stored into a variable...
I want this to be returned from a function.