“Python mengeksekusi file” Kode Jawaban

Jalankan file py di file py lain

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

Python mengeksekusi file

import fileB #Replace fileB with the apportite file name
fileB.my_func() #Can replace 'my_fun' with a function from the second .py file
execfile('file.py') #Executes the .py file
Muddy Mamba

Jalankan file python menggunakan kode python

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

cara menjalankan file python dari file python lain

import  myfile

myfile.myfunction


#calls a specific function from within the file


Muddy Monkey

Jawaban yang mirip dengan “Python mengeksekusi file”

Pertanyaan yang mirip dengan “Python mengeksekusi file”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya