python3/hello

This commit is contained in:
Marc Beninca 2019-08-06 09:30:14 +02:00
parent 8962e27a9a
commit 69c18b8677

View file

@ -1,12 +1,19 @@
********
Snippets Snippets
******** ========
Répertoires Hello world
=========== -----------
Détruire .. code:: python3
--------
if __name__ == "__main__":
print("Hello, world!")
Directories
-----------
Remove
^^^^^^
.. code:: python3 .. code:: python3
@ -14,7 +21,10 @@ Détruire
shutil.rmtree(path) shutil.rmtree(path)
Web Web
=== ---
Get
^^^
.. code:: python3 .. code:: python3