Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
oorrja
GitHub Repository: oorrja/learntosolveit
Path: blob/master/source/python/algorithm_locate.rst
1241 views
======
Locate
======

Question
--------

Write a program to locate a given file in the file system.

Solution
--------

.. literalinclude:: ../../languages/python/algorithm_locate.py
   :language: python
   :tab-width: 4

.. runcode:: ../../languages/python/algorithm_locate.py
   :language: python
   :codesite: ideone

Explanation
===========





.. seealso::

   * :python-suggest-improve:`algorithm_locate.py`
   * :python-better-explain:`algorithm_locate.rst`