Consider the following code snippet that generates a 3×3 Num…

Questions

Cоnsider the fоllоwing code snippet thаt generаtes а 3x3 Numpy array: import numpy as np arr = np.array([[7,31,1], [4,12,2], [19,8,16]] ) What is the output after running the following statement? newArr = np.sort(arr,axis=0) print(newArr[0,1])

A cyclist trаvels 10 km in 30 minutes. Cаlculаte the cyclist's average speed in km/h.