1
0
mirror of https://github.com/gsi-upm/sitc synced 2024-12-22 03:38:13 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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()*."
] ]
}, },
{ {