You will receive a direction as a letter (like 'N' for North or 'E' for East). Your task is to find and print the opposite direction (for example, if you get 'N', you should print 'S' for South).
Input: 'N'
'N'
Output: S
S
Input: 'SE'
'SE'
Output: NW
NW