“Como executar o script python em outro script” Respostas de código

Como executar o script python em outro script

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

Como chamar um script python de outro script python

import fileB
fileB.my_func()
Good Gnu

Respostas semelhantes a “Como executar o script python em outro script”

Perguntas semelhantes a “Como executar o script python em outro script”

Procure respostas de código populares por idioma

Procurar outros idiomas de código