...

/

Challenge 2: Appending Value to the End of a List

Challenge 2: Appending Value to the End of a List

In this challenge, you are required to append values to the list.

Problem Statement

Given an AppendtoList() function, create a list named l with the following values:

[1, 4, 9, 10, 23] ...