...

/

Challenge: Add Elements to the List

Challenge: Add Elements to the List

Can we write code that will add elements at the end of the list?

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:

 ...