Ejecutar PHP Websevrer con Python

import os

os.system('php -S localhost:8000')
CLUSION