How execute at least two python files at once when imported?

Bob Gailer bgailer at gmail.com
Tue Nov 5 13:41:40 EST 2019


On Nov 5, 2019 1:35 PM, "Spencer Du" <spencerdu at hotmail.co.uk> wrote:
>
> Hi
>
> I want to execute at least two python files at once when imported but I
dont know how to do this. Currently I can only import each file one after
another but what i want is each file to be imported at the same time. Can
you help me write the code for this?

Please explain what you mean by "imported at the same time". As far as I
know that is physically impossible.


More information about the Python-list mailing list