Não consegui criar a função "Cadastrar", pelo console, da erro.
Tive que gerar a função em arquivo e depois importar...
o que esta errado ??
>>> quit()
lr_donadeli@CacaDonadeli ~/Caca_raiz/Caca/Alura/Python $ python
Python 2.7.12 (default, Nov 19 2016, 06:48:10)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> def cadastrar(nomes):
... print 'Digite o nome:'
File "<stdin>", line 2
print 'Digite o nome:'
^
IndentationError: expected an indented block