matheus__serpa

Untitled

Feb 8th, 2021 (edited)
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. @stencil
  2. def funcao(a):
  3.     return 0.25 * (a[0, 1] + a[1, 0] + a[0, -1] + a[-1, 0])
Add Comment
Please, Sign In to add comment