|
|
Python Include How To | ||
Discussion by manuleka with 2 Replies.
Last Update: August 22, 2012, 9:05 pm | |||
in php, i can easily call functions created on other files by just adding the file as include
i have 3 python files - file1,file2,file3
file1 is main and when executed it will only initiate a function which will only require scripts on file2 OR file3
how can i include (or any other ways of importing) file2 and file3 on file1?
i have 3 python files - file1,file2,file3
file1 is main and when executed it will only initiate a function which will only require scripts on file2 OR file3
how can i include (or any other ways of importing) file2 and file3 on file1?
Sat Aug 11, 2012 Reply New Discussion
QUOTE (manuleka)
in php, i can easily call functions created on other files by just adding the file as include
i have 3 python files - file1,file2,file3
file1 is main and when executed it will only initiate a function which will only require scripts on file2 OR file3
how can i include (or any other ways of importing) file2 and file3 on file1?
Link: view Post: 164473
import did the trick
Wed Aug 22, 2012 Reply New Discussion
Sharepoint 2013 (O15) (1)
|
(6) Coding Editor For Linux (Kubuntu 12.10)
|
Index




