M
Q. What is the output of the following program?
T = (1, 2, 3, 4, 5, 6, 7, 8)
print(T[T.index(5)], end = " ")
print(T[T[T[6]-3]-6])
Be the first to start discuss.
Related MCQs
Q. __________ is used to map a data item to a real valued prediction variable.
Q. .Innovation is the activity leading to changes.
Q. Select output of the given set of Code :
Q. Which of the following sorting algorithm is stable?
Q. In thread-function execution scenario thread is a ___________
Discusssion
Login to discuss.