Challenge: Add Elements to the List
Can we write code that will add elements at the end of the list?
We'll cover the following...
Problem statement
Given a list, l
, add elements at the end of the list in Powershell and Python.
Given data
A list, l
given below: