Rešitev
Completion requirements
Prvi graf: pyplot.plot(np.arange(1900, 2024), np.nanmean(temp[:, 6, :], axis=1))
Drugi graf: pyplot.plot(np.arange(1900, 2024), np.sum(temp[:, 6, :] >= 30, axis=1))