We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9bb63 commit cd50488Copy full SHA for cd50488
Python-listas-e-tuplas.ipynb
@@ -910,6 +910,14 @@
910
"copia_lista"
911
]
912
},
913
+ {
914
+ "attachments": {},
915
+ "cell_type": "markdown",
916
+ "metadata": {},
917
+ "source": [
918
+ "💡Para saber mais sobre listas: https://docs.python.org/3/tutorial/datastructures.html#more-on-lists\n"
919
+ ]
920
+ },
921
{
922
"attachments": {},
923
"cell_type": "markdown",
@@ -1101,9 +1109,12 @@
1101
1109
1102
1110
1103
1111
1112
1104
1113
1105
1114
"metadata": {},
1106
- "source": []
1115
1116
+ "💡 Para saber mais sobre tuplas: https://docs.python.org/3/tutorial/datastructures.html#tuples-and-sequences"
1117
1107
1118
}
1108
1119
],
1120
"metadata": {
0 commit comments