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

Rhodri James rhodri at kynesim.co.uk
Tue Nov 5 13:44:11 EST 2019


On 05/11/2019 18:33, Spencer Du wrote:
> 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.

That is a very odd requirement.  Why would you want to do this?  What 
exactly does "at the same time" mean here?

-- 
Rhodri James *-* Kynesim Ltd


More information about the Python-list mailing list