Update
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import cgi
|
||||
|
||||
form = cgi.FieldStorage(encoding="utf-8")
|
||||
n = form.getValue("n")
|
||||
n = form.getvalue("n")
|
||||
print("Content-type: text/html")
|
||||
|
||||
if (n == 42):
|
||||
|
Reference in New Issue
Block a user