Challenge 2: Appending Value to the End of a List
In this challenge, you are required to append values to the list.
We'll cover the following...
Problem Statement
Given an AppendtoList()
function, create a list named l
with the following values:
[1, 4, 9, 10, 23]
...