write python program:
List of states & capital is provided in a list.
(( "kerala", "trivandrum")
(tamilnadi", "chennai")
("karnataka", "bengalure")]
shared.
so that existing details are
? Both lists should have their own details.
? take a copy so that existing details are shared
Answers
Answered by
0
Answer:
so the first and last list will give a syntax error the second one will not give a syntax error.
Explanation:
Similar questions