Spaces:
Build error
Build error
Update test.py
Browse files
test.py
CHANGED
|
@@ -6,4 +6,8 @@ print("Content-Type: text/html")
|
|
| 6 |
arguments = cgi.FieldStorage()
|
| 7 |
for i in arguments.keys():
|
| 8 |
|
| 9 |
-
print(arguments[i].value)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
arguments = cgi.FieldStorage()
|
| 7 |
for i in arguments.keys():
|
| 8 |
|
| 9 |
+
print(arguments[i].value)
|
| 10 |
+
|
| 11 |
+
if __name__ == '__main__':
|
| 12 |
+
|
| 13 |
+
print('MAIN')
|