First of all, the print statements should be indented, and the last if statement should be x % 2 == 1 inside of the parentheses.
Other than those few mistakes, the output of the program when the user types in 9 is:
A
C
and whatever the last thing is in the final if statement.
I hope this helps!