Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (2.2k points)

Could someone tell me what is the difference between Tuple and List in Python?

1 Answer

0 votes
by (3.9k points)

Tuple and List in Python are the class of data structure. The difference between Tuple and list in Python is:

Lists are mutable, consumes more memory, implications of iterations are time-consuming. Whereas Tuple is immutable, consumes less memory, and implications of iterations are quick, etc.

Searching for a good course on Python? Then check out the Python course from Intellipaat which offers a training course of 42hrs with 50hrs for projects and exercises to help you get started.

Also, do check out our YouTube video on Python Training to help you get started.

Related questions

0 votes
1 answer
0 votes
4 answers
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jul 4, 2019 in Python by Sammy (47.6k points)

Browse Categories

...