Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 21)
21.
Which of the following data types is used to represent a single, immutable element?
List
Tuple
Set
Dictionary
Answer: Option
Explanation:
Tuples are used to represent a single, immutable element in Python. They are similar to lists, but tuples cannot be modified once they are created.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.