This commit is contained in:
2019-07-29 12:48:44 +02:00
parent f8b60fa805
commit 4cab2991cb

View File

@@ -0,0 +1,13 @@
#!/usr/bin/python3
import cgi
form = cgi.FieldStorage(encoding="utf-8")
n = form.getValue("n")
print("Content-Type: text/html")
if (n == 42):
print("reudig")
else:
print("Schneeensch")