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
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
0
Answer:
mytupindex(0)is invalid
Explanation:
Similar questions