|
From: | Doug Stewart |
Subject: | Re: How to call a function that is in another file? |
Date: | Tue, 12 Nov 2019 10:32:36 -0500 |
Hi AllI have several files in a folder that each of them is a function and each one should call the other file.there is no Main.py constructed , so I need to call the main function from command prompt , but when I type the function name with its inputs, I don't get any output since it seems like first the function mfile should be loaded. How do I do that ?--
[Prev in Thread] | Current Thread | [Next in Thread] |