Hallo I want to use a Number from html in python flask
<a id="clicks1" name='nm'>20</a>
I want to use it in python like
liter = request.form.get("nm")
Hallo I want to use a Number from html in python flask
<a id="clicks1" name='nm'>20</a>
I want to use it in python like
liter = request.form.get("nm")