Computer Science, asked by harshdeep322, 9 months ago

explain tuple manipulation function in python ​

Answers

Answered by Anonymous
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