Back

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

Could someone tell me whether Tuple is mutable in Python?

1 Answer

0 votes
by (3.9k points)

Python Tuple is immutable, but on the other hand, their value could change. This happens when Python Tuple holds an indication to any mutable object.

Planning to learn and become an expert in Python? Then check out the Python course which is a 42hrs online training course with 50hrs for projects and exercises. Also, do check out our YouTube video on Python Tuple from our experts to help you get started.

Related questions

0 votes
1 answer
0 votes
1 answer
asked Nov 6, 2020 in Python by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked Feb 4, 2021 in Python by Rekha (2.2k points)
0 votes
1 answer
asked May 30, 2020 in Python by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked Feb 20, 2021 in Python by laddulakshana (16.4k points)

Browse Categories

...