Using an exterior file in Python

I’m trying to make a library that I can use for my program, and I’m not sure where to put the source file so that I can import it into the program and use its functions. I’m also not entirely sure that this is possible, but any help is appreciated.

2 Likes