Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
E2L_Ivry
/
cours-python
Observar
5
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
update notes
master
Dimitri Merejkowsky
5 anos atrás
pai
2c6ffaa508
commit
1d7ea6d4aa
1 arquivos alterados
com
0 adições
e
8 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+0
-8
notes/03.md
+ 0
- 8
notes/03.md
Ver arquivo
@@ -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é