Suppose I have two python file both are pulling two different types of data, My requirement is instead of running the two separate python file, I want a single python by which I can run both the python file one by one. I don't want to make any changes to both the python file.
Suppose the name of both the file is abc.py and xyz.py