Hey @ming,
Your output is being formatted as a length-4 binary string by writing :04b
. A length-6 binary string would be printed if you wrote
:06b
instead.
Hope this helps!
Hey @ming,
Your output is being formatted as a length-4 binary string by writing :04b
. A length-6 binary string would be printed if you wrote
:06b
instead.
Hope this helps!