Hi, I'm doing the first question and I am having trouble converting the input to a float? I am not sure how to get it correct.
you can convert the input to a float with float(), but only if the user does not enter the empty string, "". So you'll want to get the input, then use an 'if not' statement to check for the empty string, and then convert in the if statement.
Thank you again Furby! :)