This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
E2L_Ivry
/
cours-python
Прати
5
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
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é