explain tuple manipulation function in python
Answers
Answered by
0
Answer:
To define a tuple, we just have to assign a single variable with multiple values separated by commas, and that variable will be known as a Tuple. ... An empty tuple can be created using the tuple() function or by just using an empty bracket () .
Hope it helps you
Similar questions