meinvirgos commited on
Commit
1f8a2b3
·
verified ·
1 Parent(s): cf9ca1a

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +5 -1
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')