Base 10 to Binary Write a function that prints out the binary form of an int. base_ten_to_binary(17) # > 10001