I want to code a website which gets an input and then put's it into a python list.
Html:
<input type="text" name="searchbox">
<input type="submit" value="Submit">
I just want to get the input from the user and then append it to a list in python.