for i in range(len(arr) - 2): for j in range(len(arr) - 2): total = arr[i][j] + arr[i][j+1] + arr[i][j+2] + arr[i+1][j+1] + arr[i+2][j] + arr[i+2][j+1] + arr[i+2][j+2] ...
In this Repository you can find Jupyter-Notebooks that you should work on together as Pair-Programmers. The notebooks contain repetitions from the preparation repository, but also new content on the ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results