Question: 17. What will be displayed after the following code executes? cities = ['Port au Prince', 'Santo Domingo', 'San Juan', 'Kingston'] nested_list = [list_1, cities] a
17. What will be displayed after the following code executes? cities = ['Port au Prince', 'Santo Domingo', 'San Juan', 'Kingston'] nested_list = [list_1, cities] a list can even contain lists! This is called a nested list. print (len (list_1)) print (sum (list_1)//doa(1ist_1)) print (min (list_1)) max(list_1) tetums the Item with the highest value in the sequence as in argument np.mean(1ist_1) * Calculates the mean of the list of numbers np.std(list_1) if calculates the standard deviation in the sequence of numbers random.shuffle (list_1) print (list_1) list_1.remove (4) print (list_1) del list_1[2] brint (list 1)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
