0
how to import one python file into another ?
4 Antworten
+ 1
import filename
or if u want specific function..
import filename.function()
+ 1
u can also Do
from filename Import function/class
0
import filename
0
thanku sir..but can u help me in my another problem