Creating a list: - Tom Kleen

the sum of the squares of the numbers in the list that is passed to it. Nothing is printed. For example, sum_squares([2, 3, 4]) should return 4+9+16 which is 29. get_unique_elements(a)Returns a copy of a with duplicates removed. Does not modify a. Nothing is printed. Create a new empty list. Step through the original list one element at a time. ................
................