Here is the code import numpy as np heights = [189, 170, 189, 163, 183, ... np.array(heights_and_ages) print(heights_and_ages_arr.shape) ...
確定! 回上一頁