“Como executar o arquivo python” Respostas de código

Como executar um arquivo usando python

import subprocess  #imports the module thats needed
subprocess.call([r'C:\Users\Ron\Desktop\Test\current_date.bat'])  #runs the file in the given directory
IntelCoreI6

Execute o arquivo python usando o código Python

exec(open('file.py').read())
Blue Butterfly

Como executar o arquivo python

C:\Users\Paracha> python myfile.py
Asif Iqbal Paracha

Respostas semelhantes a “Como executar o arquivo python”

Perguntas semelhantes a “Como executar o arquivo python”

Mais respostas relacionadas para “Como executar o arquivo python” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código