Computer Science, asked by kamdfahiz, 1 month ago

What is a List? Why List can be called as Pairs. Explain with suitable example​

Answers

Answered by sedara652
5

Explanation:

List is constructed by placing expressions within square brackets separated by commas. Example for List is [10, 20], The elements of a list can be accessed in two ways. ... Lists are a common method to do so. Therefore List can be called as Pairs

Similar questions