Armaan4267 Armaan4267 09-04-2024 Computers and Technology contestada Define a function square_list(list) which takes in a list of numbers, and returns a list of the squares of those numbers. Example: square_list([1,5,3]) should return [1,25,9].