Skip to content

Commit 55f2256

Browse files
committed
Only a few small adjustments.
1 parent e06e900 commit 55f2256

7 files changed

+14
-1707
lines changed

01.Introdução MC102.ipynb

+5-5
Original file line numberDiff line numberDiff line change
@@ -904,13 +904,13 @@
904904
}
905905
},
906906
"source": [
907-
"- \\textit{Composing Programs}, John DeNero, UC Berkeley, Creative Commons Attribution-ShareAlike 3.0 Unported License.\n",
907+
"- *Composing Programs*, John DeNero, UC Berkeley, Creative Commons Attribution-ShareAlike 3.0 Unported License.\n",
908908
"\n",
909-
"- \\textit{Introduction to Computation and Programming Using Python}, Ana Bell, Eric Grimson e John Guttag. MIT OpenCourseWare, Creative Commons License. \n",
909+
"- *Introduction to Computation and Programming Using Python*, Ana Bell, Eric Grimson e John Guttag. MIT OpenCourseWare, Creative Commons License. \n",
910910
"\n",
911-
"- \\textit{Explorations in Computing - An Introduction to Computer Science and Python Programming}, John S. Conery, University of Oregon, Creative Commons License. \n",
911+
"- *Explorations in Computing - An Introduction to Computer Science and Python Programming*, John S. Conery, University of Oregon, Creative Commons License. \n",
912912
"\n",
913-
"- Livro \\textit{Think Python 2nd Edition}, Allen B. Downey, licença Creative Commons Atribuição-NãoComercial CC BY-NC 3.0.\n",
913+
"- Livro *Think Python 2nd Edition*, Allen B. Downey, licença Creative Commons Atribuição-NãoComercial CC BY-NC 3.0.\n",
914914
"\n",
915915
"- Python 3 Official Documentation. (https://docs.python.org/3/). PFS license, GPL-compatible."
916916
]
@@ -932,7 +932,7 @@
932932
"name": "python",
933933
"nbconvert_exporter": "python",
934934
"pygments_lexer": "ipython3",
935-
"version": "3.6.4"
935+
"version": "3.7.0"
936936
},
937937
"latex_envs": {
938938
"LaTeX_envs_menu_present": true,

02.Computação e Computadores.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
},
412412
{
413413
"cell_type": "code",
414-
"execution_count": 1,
414+
"execution_count": null,
415415
"metadata": {
416416
"slideshow": {
417417
"slide_type": "fragment"
@@ -610,7 +610,7 @@
610610
"name": "python",
611611
"nbconvert_exporter": "python",
612612
"pygments_lexer": "ipython3",
613-
"version": "3.6.4"
613+
"version": "3.7.0"
614614
},
615615
"latex_envs": {
616616
"LaTeX_envs_menu_present": true,

03.Python Básico.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@
13351335
"name": "python",
13361336
"nbconvert_exporter": "python",
13371337
"pygments_lexer": "ipython3",
1338-
"version": "3.6.4"
1338+
"version": "3.7.0"
13391339
},
13401340
"latex_envs": {
13411341
"LaTeX_envs_menu_present": true,
@@ -1377,5 +1377,5 @@
13771377
}
13781378
},
13791379
"nbformat": 4,
1380-
"nbformat_minor": 1
1380+
"nbformat_minor": 2
13811381
}

04.Controle de Fluxo - Condicionais.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@
705705
"## Pedra, Papel e Tesoura\n",
706706
"\n",
707707
"Escreva um programa que simula o jogo conhecido como \"Pedra, Papel e Tesoura\" de um jogador contra o computador.\n",
708-
"<img src=\"img/pedra_papel_tesoura.png\" alt=\"Drawing\" style=\"width: 300px;\"/>"
708+
"<img src=\"img/pedra_papel_tesoura.png\" alt=\"Drawing\" style=\"width: 200px;\"/>"
709709
]
710710
},
711711
{
@@ -820,7 +820,7 @@
820820
"name": "python",
821821
"nbconvert_exporter": "python",
822822
"pygments_lexer": "ipython3",
823-
"version": "3.6.4"
823+
"version": "3.7.0"
824824
},
825825
"latex_envs": {
826826
"LaTeX_envs_menu_present": true,
@@ -862,5 +862,5 @@
862862
}
863863
},
864864
"nbformat": 4,
865-
"nbformat_minor": 1
865+
"nbformat_minor": 2
866866
}

05.Controle de Fluxo - Iterações.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@
871871
"name": "python",
872872
"nbconvert_exporter": "python",
873873
"pygments_lexer": "ipython3",
874-
"version": "3.6.4"
874+
"version": "3.7.0"
875875
},
876876
"latex_envs": {
877877
"LaTeX_envs_menu_present": true,
@@ -913,5 +913,5 @@
913913
}
914914
},
915915
"nbformat": 4,
916-
"nbformat_minor": 1
916+
"nbformat_minor": 2
917917
}

0 commit comments

Comments
 (0)