VEndymionV

Untitled

Apr 29th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.22 KB | None | 0 0
  1. kir5 = np.array(([5, -3, -3], [5, 0, -3], [5, -3, -3]))
  2. kir6 = np.array(([-3, -3, -3], [5, 0, -3], [5, 5, -3]))
  3. kir7 = np.array(([-3, -3, -3], [-3, 0, -3], [5, 5, 5]))
  4. kir8 = np.array(([-3, -3, -3], [-3, 0, 5], [-3, 5, 5]))
Advertisement
Add Comment
Please, Sign In to add comment