I want to import a Python program from 2 different folders:
Prog1from the path/home/francis/docs/folder1/Prog2from the path/home/francis/docs/folder2/
How do I import these two Programs in my main program situated in /home/francis/docs/folder3/?
Add this to the top of your Prog3: