I'm quite a newbie when it comes to Python so excuse me if this is a very simple thing.
How do I make a program search for a file through the whole computer and add the directory of the file to a string?
For example, I want to search for example.py even though I don't have any idea where it could be located.
PS: I'm using Python 3.6.2 in case you need to know that.
Thanks for the help!