Computer Science, asked by dipanshuanand584, 19 days ago


5 Suppose a Tuple is declared as follows mytup=(34,54,67,89) Which of the following declaration(s) is valid and
will not give any error?
a. mytup.index(67)
b. mytup.index(0)
c. mytup.index(89)
d. mytup.index(2)​

Answers

Answered by devimanju6481
1

Answer:

Suppose a Tuple is declared as follows mytup=(34,54,67,89). Which of the following declaration(s) is valid and will not give any error?

Answered by axelkurian121
0

Answer:

mytupindex(0)is invalid

Explanation:

Similar questions