From 1d7ea6d4aaf2b3e489551061769ebe4199c65b4b Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Fri, 28 Dec 2018 16:32:25 +0200 Subject: [PATCH] update notes --- notes/03.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/notes/03.md b/notes/03.md index 45ae433..a43b965 100644 --- a/notes/03.md +++ b/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é