How can I loop through form’s in flask/python?

Solution
wish = request.form.get(row[0])
if wish is None:
    continue