Solution Review: Appending an Element to a List
In the following lesson, we will go over the solution of the challenge: Appending an Element to a List
Task
In this challenge, you were provided a list. Your task was to append an element to the list having the same value as the first element of the same list. ...