浏览代码

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é