okay so here's my code:
print('Welcome To The Balance Tracker!')
balance = float(input('Enter Your Starting Balance: ')
This is at the start of the program. How would I make it so the user can not proceed unless the balance = a float, and if they enter anything else it shows an error message. I know it probably has to be in a while loop. I'm just not a 100% sure on the execution.