News

print("First 2 rows of 2D array:", arr_2d[:2]) print("First column:", arr_2d[:, 0]) # All rows, first column ...