Dimitri Merejkowsky há 5 anos
ascendente
cometimento
7bc55e4cc8
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      sessions/python-03.md

+ 2
- 2
sessions/python-03.md Ver ficheiro

@@ -354,7 +354,7 @@ AttributeError
Rajouter `import sys` en haut du fichier, puis:

* `sys.stdin.read()`
* `sys.stout.write()`
* `sys.stdout.write()`
* `sys.stderr.write()`

On peut aussi utiliser:
@@ -521,7 +521,7 @@ Décodeur de noms d'aéroports
# Différentes approches

* Bottom-up (approche *ascendante*)
* Top-Bottom (approche *descendante*)
* Top-Down (approche *descendante*)

# Approches bottom-up