rtfd/in/public/code/python3/snippets.rst
Marc Beninca 1d4f8a74f7 code
2018-05-13 00:28:35 +02:00

21 lines
207 B
ReStructuredText

********
Snippets
********
Répertoires
===========
Détruire
--------
.. code:: python3
import shutil
shutil.rmtree(path)
Web
===
.. code:: python3
requests.get(url).content.decode(charset)