瀏覽代碼

typos

master
Dimitri Merejkowsky 5 年之前
父節點
當前提交
7bc55e4cc8
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      sessions/python-03.md

+ 2
- 2
sessions/python-03.md 查看文件

@@ -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