Juniper
JN0-224 · Question #125
What is the difference between a list and a tuple in Python?
The correct answer is B. Lists are mutable objects that use square brackets, and tuples are immutable objects that use. You've hit your limit · resets 4am (America/New_York)
Python
Question
What is the difference between a list and a tuple in Python?
Options
- ALists are immutable objects that use square brackets, and tuples are mutable objects that use
- BLists are mutable objects that use square brackets, and tuples are immutable objects that use
- CLists are immutable objects that use parentheses, and tuples are immutable objects that use
- DLists are mutable objects that use parentheses, and tuples are immutable objects that use square
How the community answered
(26 responses)- A4% (1)
- B88% (23)
- D8% (2)
Explanation
You've hit your limit · resets 4am (America/New_York)
Topics
#Python lists#tuples#mutability#data types
Community Discussion
No community discussion yet for this question.