Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
E2L_Ivry
/
cours-python
Seguir
5
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
update notes
master
Dimitri Merejkowsky
hace 5 años
padre
2c6ffaa508
commit
1d7ea6d4aa
Se han
modificado 1 ficheros
con
0 adiciones
y
8 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-8
notes/03.md
+ 0
- 8
notes/03.md
Ver fichero
@@ -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é