1

I found a code where this was written

def int_to_bin_converter(value):
    return f"{value:06b}"

And I don't understand what the value:06b does.

mkrieger1
  • 19,194
  • 5
  • 54
  • 65

0 Answers0