<?php 
$pythonPath = escapeshellcmd('././file.py');
$cikti = shell_exec($pythonPath);
echo $cikti;
?>