image

the sleepy snake

index :: num :: int_to_bin

int_to_bin(integer)

Converts an integer to a string representing a binary number and returns it

print int_to_bin(5)
>> "101"