Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exercicio semana 8 #34

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

juliabretas
Copy link

No description provided.

Copy link
Collaborator

@mayaracsferreira mayaracsferreira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Julia, arrasou demais!!
Além de fazer até os extras incluiu validações muito assertivas, retornando para a pessoa que a lista estava vazia e que o livro já estava emprestado! Parabéns, continue fazendo perguntas dificeis, questionando e vc mandou muito bem no código!

self.livro.append(livro)

def exibir_livros(self):
if len(self.livro) == 0: #verifica se a list esta vzia
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Que arraso essa validação!


def exibir_livros(self):
if len(self.livro) == 0: #verifica se a list esta vzia
raise TypeError("Lista Vazia")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Apenas uma sugestão] Que acha de no lugar de TypeError usar o IndexError

"O que é um IndexError em Python?
IndexError é uma exceção em python que ocorre quando tentamos acessar um elemento de uma lista ou tupla de um índice que não está presente na lista."

Python For Beginners

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants