Update 1_3_Sequences.ipynb

Formatting improvement.
master
Carlos A. Iglesias 3 months ago committed by GitHub
parent 1530995243
commit 91147becee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save