For each number, determine how many numbers in the list are smaller than it, and place the answer in a list. Return the resulting list. When counting numbers, only count unique values. That is, if a ...
if len(char) != 1 or not char.isalpha(): print("Please enter a single alphabetic character.") ...