Write a program in python shell. Convert inches into yards, feet, and inches. This time, use a variable to store the number of inches. You may use more than one variable. Prompt the user for the number of inches to convert. Be careful! The inputted value will be a 'str'. Use the 'float' function to convert it so you can do math with it.