Explorar el Código

Correction d'un lien dans la version pdf

master
Dimitri Merejkowsky hace 4 años
padre
commit
5b24d03fca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      cours/source/05-fonctions-01/05-fonctions-natives.rst

+ 1
- 1
cours/source/05-fonctions-01/05-fonctions-natives.rst Ver fichero

@@ -8,7 +8,7 @@ Fonctions qui sont toujours présentes dans l'interpréteur. On en a déjà vu q

Il y en a tout un tas!

La liste ici: https://docs.python.org/fr/3/library/functions.html#built-in-funcs
La liste ici: https://docs.python.org/fr/3/library/functions.html

Retour sur print
----------------