This website works better with JavaScript.
首頁
探索
說明
登入
E2L_Ivry
/
cours-python
關註
5
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
update notes
master
Dimitri Merejkowsky
5 年之前
父節點
2c6ffaa508
當前提交
1d7ea6d4aa
共有
1 個文件被更改
,包括
0 次插入
和
8 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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é