Subscription Calculator

Step 2: Get the user's input for a monthly cost, and save it in a variable.
Hint: Use float() to convert the string input to a float before doing any math with it.
Last step Next step