소스 검색

update notes

master
Dimitri Merejkowsky 5 년 전
부모
커밋
1d7ea6d4aa
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. +0
    -8
      notes/03.md

+ 0
- 8
notes/03.md 파일 보기

@@ -1,11 +1,3 @@
# None

What to return if the key is not in the dictionary ?
get() -> None

None est falsy

btw, it's also the default value for functions. No return => returns None

# Mutabilité