>>234
You will need to set up a webserver with CGI for it: https://docs.python.org/3.8/library/cgi.html#installing-your-cgi-script-on-a-unix-system
You could use Python's own webserver for it. This uses the directories cgi-bin
and htbin
, see here: https://docs.python.org/3/library/http.server.html#http.server.CGIHTTPRequestHandler.cgi_directories
But to be honest I couldn't get the code in >>233 to work.