Write a Python program that creates upside down sentences, like
upside down --> umop apisdn
The sentence above is flipped 180 degrees around the end.
Some freedom allowed, like an 'a' upside down and reversed is the closest thing to an 'e'. Conversely a 'w' would be a 'm' upside down.
Note:
A silly little thing originally in "Beginners Projects". I moved it here because Tony had such a nice solution.