Ex23 Does Not Do Anything?

Hello, so I am doing Exercise 23 in “Learn Python the Hard Way”, this is my code: https://pastebin.com/ny4nww0t (sorry, cannot format it right)

However, when I run it, i get nothing, like this: https://i.imgur.com/VOZJDmt.png

What am i doing wrong?

First, make sure you saved it. It’s common to forget to save it. You can check that you did by doing:

cat ex23.py

It should print everything out to the screen. If not then go back to your editor and save.

Next, double check every line you have to every line I have. You may have missed one or two.