Skip to content

Commit 447a2ee

Browse files
committed
Finishing some exercises
1 parent 3aeea54 commit 447a2ee

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.hintrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"extends": [
3+
"development"
4+
],
5+
"hints": {
6+
"no-inline-styles": "off"
7+
}
8+
}

1_section_Programming_logic/Dictionaries.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@
580580
},
581581
{
582582
"cell_type": "code",
583-
"execution_count": 41,
583+
"execution_count": 2,
584584
"id": "a77afae3",
585585
"metadata": {},
586586
"outputs": [
@@ -594,7 +594,7 @@
594594
"Profissão: Informação não disponível\n",
595595
"\n",
596596
"Estilo musical: Clássico\n",
597-
"Instrumento principal não especificado\n"
597+
"Instrumento principal não especificado.\n"
598598
]
599599
}
600600
],
@@ -672,7 +672,7 @@
672672
"if \"instrumento principal\" in artista:\n",
673673
" \n",
674674
" # Se 'instrumento principal' estiver presente, imprime o valor associado a essa chave\n",
675-
" print(\"Instrumento principal:\", artista[\"instrumento principal\"])\n",
675+
" print(\"\\Instrumento principal:\", artista[\"instrumento principal\"])\n",
676676
" \n",
677677
"else:\n",
678678
" \n",
@@ -822,7 +822,7 @@
822822
},
823823
{
824824
"cell_type": "code",
825-
"execution_count": 51,
825+
"execution_count": 5,
826826
"id": "c6a51d10",
827827
"metadata": {},
828828
"outputs": [

0 commit comments

Comments
 (0)