1

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.

  • 1
    There's a different question related to html and python that may help you https://stackoverflow.com/questions/43677564/passing-input-from-html-to-python-and-back#43678106 – Prince kushwaha Oct 09 '20 at 17:13

0 Answers0