Consider a tuple in python named Months = (‘Jul’, ‘Aug’, ‘Sep’). Identify the invalid statement(s) from the given below statements:- a)S = Months[0] b)print(Months[2]) c)Months[1] = ‘Oct’ d)LIST1 =list(Months)
Answers
Answered by
0
Answer:
Consider a tuple in python named Months.
Explanation:
Similar questions
Math,
9 days ago
Math,
9 days ago
Environmental Sciences,
18 days ago
History,
9 months ago
Computer Science,
9 months ago