“Execute o arquivo python de outro arquivo python” Respostas de código

Como executar o script python em outro script

import subprocess
subprocess.call(" python script2.py 1", shell=True)
kirito.

Execute o arquivo py em outro arquivo py

os.system('python my_file.py')
Tremendous Enceladus

Como executar um arquivo python de outro arquivo python

import  myfile

myfile.myfunction


#calls a specific function from within the file


Muddy Monkey

Execute o arquivo python de outro arquivo python

subprocess.call(" python script2.py 1", shell=True)
Clear Copperhead

Como chamar um script python de outro script python

import fileB
fileB.my_func()
Good Gnu

Respostas semelhantes a “Execute o arquivo python de outro arquivo python”

Perguntas semelhantes a “Execute o arquivo python de outro arquivo python”

Mais respostas relacionadas para “Execute o arquivo python de outro arquivo python” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código