Currently I\'m working on this piece of code. It works fine now.
numbers = [1,2,3,4,5,6] squared_numbers = map(lambda n: n*n, numbers) # print(list(squared_nu