Write a function that will take a number as input and return a fortune as a string. Ask the user to
pick a number to get the fortune before you call the function. Have at least 5 different fortunes.
Use if, elif, and else.