Comment exécuter le script Python dans un autre script
import subprocess
subprocess.call(" python script2.py 1", shell=True)
kirito.
import subprocess
subprocess.call(" python script2.py 1", shell=True)
import fileB
fileB.my_func()