What is the output of the following code ?
print(bin(37))
bin()- Convert an integer number to a binary string.
bin()
Comment here: