This commit is contained in:
2019-07-26 12:52:52 +02:00
parent 3efb80364a
commit ba6e20a2aa

View File

@@ -2,7 +2,7 @@
import cgi
print("Content-type:text/html")
print("Content-type:text/html\n\n\n")
def fac_iter(n):
res = 1