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