1
0
mirror of https://github.com/gsi-upm/sitc synced 2025-08-23 10:12:20 +00:00

Update 1_3_Sequences.ipynb

Formatting improvement.
This commit is contained in:
Carlos A. Iglesias
2024-02-08 17:41:15 +01:00
committed by GitHub
parent 1530995243
commit 91147becee

View File

@@ -377,7 +377,7 @@
"\n", "\n",
"Tuples are faster than lists. Its main usage is when the collection is constant, or you do not want it can be changed (write protected). \n", "Tuples are faster than lists. Its main usage is when the collection is constant, or you do not want it can be changed (write protected). \n",
"\n", "\n",
"Tuples can be converted into lists and vice-versa, with the methods list() and tuple()." "Tuples can be converted into lists and vice-versa, with the methods *list()* and *tuple()*."
] ]
}, },
{ {