What is a means by “tuple in python”?



What is a means by “tuple in python”?..

Answer / Chandra Bhanu Pratap Singh

A tuple in Python is an ordered, immutable collection of elements. Tuples are written as comma-separated values enclosed within parentheses, and they are often used for grouping related data items.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How will you check if all characters in a string are alphanumeric?

1 Answers  


What is the Lambda function?

3 Answers  


What does the break keyword refer to in python?

1 Answers  


Explain python’s parameter-passing mechanism?

1 Answers  


What is %s in python?

1 Answers  


name few python modules for statistical, numerical and scientific computations?

1 Answers  


When is not a good time to use python generators?

1 Answers  


what are the two (2) parameters available in python map?

1 Answers  


What is the difference between `deepcopy` and `shallow copy`?

5 Answers  


What is python namespace?

1 Answers  


How do you calculate percentiles with python/ numpy?

1 Answers  


Mention what is flask-wtf and what are their features?

1 Answers  


Categories