Computer Science, asked by abhisubhrathore12, 4 months ago

tuple difine squre brackets true or false​

Answers

Answered by goutampradhan6186
4

Answer:

Each element in the tuple is accessed by the index in the square brackets []. An index starts with zero and ends with (number of elements - 1), as shown below. The tuple supports negative indexing also, the same as list type.

Similar questions