0

I have several python scripts such as test1.py, test2.py. These scripts do not contain any functions or a modules but simple pandas scripts. I want to run both test1.py, test2.py from a single file such as test3.py. So that I just need to run test3.pyand not other files. What steps do I need to follow to achieve this? This question is different from other questions because I don't want to use modules import functionality since my scripts do not have functions in it.

SarwatFatimaM
  • 315
  • 1
  • 3
  • 13

0 Answers0