tthall65911 tthall65911 05-04-2024 Computers and Technology contestada In Python: Define a function square_list(lst) 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]