6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
![]() |
#!/usr/bin/python
|
||
|
import os
|
||
|
print("Content-Type: text/plain \n\n")
|
||
|
print("This is from python")
|
||
|
|