Temp Converter Input

Write a program temp_converter_input.py that asks the user to enter their name and a temperature in degrees Fahrenheit. The program should calculate the equivalent temperature in degrees Celsius, and then print out a personalized message with the new temperature given.

The formula for converting from Fahrenheit to Celsius is:

C = (5/9) * (F - 32)

Sample interaction:

Enter your name: Richard
What's the temperature today in degrees F: 107
Wow, Richard. You know, that's equivalent to the temperature 41.666666666666664 in Celsius