“Import poddrektory Python” Kod odpowiedzi

Import poddrektory Python

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

Python import z sub -zalecania

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

Odpowiedzi podobne do “Import poddrektory Python”

Pytania podobne do “Import poddrektory Python”

Więcej pokrewnych odpowiedzi na “Import poddrektory Python” w Python

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu