This website works better with JavaScript.
Home
Explore
Help
Sign In
E2L_Ivry
/
cours-python
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update notes
master
Dimitri Merejkowsky
5 years ago
parent
2c6ffaa508
commit
1d7ea6d4aa
1 changed files
with
0 additions
and
8 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-8
notes/03.md
+ 0
- 8
notes/03.md
View File
@@ -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é
# Mutabilité