What is the sum of the elements of [i**2 for i in range (30)] ? Apply the sum () function to the list to get to your ans
Posted: Mon Jun 06, 2022 6:28 pm
What is the sum of the elements of [i**2 for i in range (30)] ? Apply the sum () function to the list to get to your answer. type your answer here Submit Consider the list [4, 5, 1, 2, 5] Using the numpy function median (), what is the median value of the list? type your answer here Submit