Skip to content

Commit

Permalink
fix: esconder resposta do exercício 8
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueAJNB committed Jul 19, 2024
1 parent 47aadf5 commit 41b66c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions book/06-estruturas-de-dados/02-listas.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@
"source": [
"O caso mais simples que consigo trazer pra representar listas aninhadas é `lista = [primeiro_elemento, segundo_elemento, terceiro_elemento, quarto_elemento]` onde cada `_elemento` é também uma lista! Pode parecer confuso, mas creio que este exemplo ajude a esclarecer."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
Expand Down
4 changes: 3 additions & 1 deletion book/exercicios.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,9 @@
{
"cell_type": "code",
"execution_count": 29,
"metadata": {},
"metadata": { "tags": [
"hide-cell"
]},
"outputs": [
{
"name": "stdout",
Expand Down

0 comments on commit 41b66c5

Please sign in to comment.