source→in

This commit is contained in:
Marc Beninca 2018-05-10 12:19:20 +02:00
parent 56de30bb57
commit 4097336b90
113 changed files with 0 additions and 0 deletions

21
in/python3/snippets.rst Normal file
View file

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