Question: Basic Python Question Question 11 Look at the below code carefully. It is not at all uncommon to see errors of omission in code chunks
Question 11 Look at the below code carefully. It is not at all uncommon to see errors of omission in code chunks like this. How can you fix the below so that it produces the output 'array ([50,50,100]) ' import numpy as np list1 =[5,5,5] list2 =[10,10,20] nplist1 =np.array (list1) nplist2=nparray (ist2) nplist1*np_list2 rewrite n plist2 to \( \mathrm{np}_{\text {_ list2 }} \) remove npIist2 rewrite list_2 to list2 rename np_list 1 to nplist1 change " np _list1 is_and np _list2" to "np_list1 6np _list2" rewrite list_1 to list1 use pd.fixnames method to coerce the correct name
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
