Write a program called "Playing Card Description" that takes user input describing a playing card in the shorthand notation below. Your program should print the full description of the card, including the card value and suit.
Sample Output:
Enter the card notation: KS (King of Spades)
Enter the card notation: 2H (2 of Hearts)