Computer Science, asked by zareenab653, 1 month ago

A tuple is declared as T=(23,8.6,'hello',41,'x').
What will be the value of T[:1:-1]?​

Answers

Answered by gayatri06gp
2

Answer:

The value of T[:1:-1] will be ( 'x', 41, 'hello').

Similar questions