Computer Science, asked by rohithrrohith77, 18 days ago

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 sabarish13052011
0

Answer:

Consider a tuple in python named Months.

Explanation:

Similar questions