What is the difference between list and tuples in Python? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

What is the difference between list and tuples in Python?

10th Aug 2019, 2:47 PM
Mahmudul Hasan
Mahmudul Hasan - avatar
1 Réponse
+ 11
List mutable and use [... ]. Tuple immurable and use (...)
10th Aug 2019, 2:55 PM
Mikhail Gorchanyuk
Mikhail Gorchanyuk - avatar