소스 검색

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