Suppose a tuple Tup is declared as Tup = (12, 15, 63, 80),
which of the following is incorrect?
a) print(Tup[1])
b) Tup[2] = 90
c) print(min(Tup))
d) print(len(Tup))
Answers
Answered by
4
Answer:
b] tup[2]=90
Explanation:
Similar questions
Computer Science,
2 months ago
Biology,
2 months ago
Science,
2 months ago
Chemistry,
6 months ago
Computer Science,
6 months ago
History,
11 months ago
Social Sciences,
11 months ago