“Impor Python subdirektori” Kode Jawaban

Impor Python subdirektori

GimmeDaRoot.py 				  # A .py file in your root directory
└─── FolderName/ 			  # A folder in your root directory
  └─── Im_In_Subdirectory.py  # A .py file in the subdirectory FolderName
  
  
GimmeDaRoot.py 				  # when working in this file
import FolderName.Im_In_Subdirectory as importedpy
Ceefar

Impor Python dari subdirektori

# Check out https://docs.python.org/3/tutorial/modules.html#importing-from-a-package
CompSciGeek

Jawaban yang mirip dengan “Impor Python subdirektori”

Pertanyaan yang mirip dengan “Impor Python subdirektori”

Lebih banyak jawaban terkait untuk “Impor Python subdirektori” di Python

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya