Challenge: Appending an Element to a List
Test yourself and implement what you have learned so far in this challenge.
Problem Statement
You are given a list of elements and you have to append an element to the list which is equivalent to the first element of the same list. ...