Guest User

Untitled

a guest
Jul 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. import numpy as np
  2. x = ([1,2,3,3])
  3. y = ([1,2,3])
  4. z = ([6,6,1,2,9,9])
  5.  
  6. f(x) = 3,
  7. f(y) = 1,
  8. f(z) = 6
Add Comment
Please, Sign In to add comment