converter = input('Which converter are you going to use? ''d'' stands for decimal to binary, "b" stands for binary to decimal ...
Convert a decimal number to binary number using recursion. Takes in a decimal number as input and converts it to binary number.