hi im stuck on task 10 on this project, i keep getting Value error when i replace the none values with my code.
my attempt is:
if request.method == "POST":
[(name, value)] = request.form.items()
error:
ValueError: not enough values to unpack (expected 1, got 0)
help appreciated, i have no clue how to proceed from here
gist of the code Codecademy export · GitHub