forme python html

import cgi
form = cgi.FieldStorage()
searchterm =  form.getvalue('searchbox')
Beautiful Booby