#Looking for a simple fix

5 messages · Page 1 of 1 (latest)

south sable
#

looking for a simple fix/way to display a "%" after the input I'm requesting (new to coding) google has been no help and I keep getting errors. (yes related to hw)
tipAmount = float(input(" Please enter the tip amount of 15%, 18%, or 20%(without the % sign): ") )
I just want to remove the "without the % sign"

versed vault
#

What errors are you getting?

south sable
# versed vault What errors are you getting?

I don't think I worded this just right but I got help from someone else, I was looking to have an input line followed by a percent sign after the user typed in an amount: "Please enter percent: ___ %"

compact frost
south sable