I want to run python script on XAMPP apache server in linux system. My .py file is given below:
#!/usr/bin/python print(\'Content-type: text/html\\n\\n\') pri