pytest.linux.cgi 97 B

12345
  1. #!/usr/bin/python
  2. import os
  3. print("Content-Type: text/plain \n\n")
  4. print("This is from python")