These are the instructions * Instead of assigning the item variables directly, you will use the input() function to prompt the user for these variables. Specifically, you will input the:
Item name (as a string)
Item monthly amount (as a float)
You will calculate the yearly amount for each item. Notice that all of the values are floats and are displayed with cents (this is money).
I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
Please use the “preformatted text” tool in the editor (</>) to add backticks around text.