6 lines
55 B
PHP
6 lines
55 B
PHP
<?php
|
|
|
|
$output = shell_exec("python hello.py");
|
|
|
|
|
|
?>
|