Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/iws8/html/erp/
Upload File :
Current File : /var/www/html/mmishra/iws8/html/erp/z.py

#!/usr/bin python
# -*- coding: UTF-8 -*-# enable debugging
import cgitb
cgitb.enable()    
print("Content-Type: text/html;charset=utf-8")
print('')    
print("Hello World!")