How can I make 'submit' in html delete a variable in python? (I am using Flask)
I am trying to make {{password}} change to a different password each time 'submit' is pressed. I am using Flask with html to do this. The function that creates the password is written in python. I have tried making password…