Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # Sample function
  2. f(x) = x
  3.  
  4. # Data
  5. f1 = [[1, 2, 3],
  6. [4, 5, 6],
  7. ... ]
  8.  
  9. # Some random values
  10. f2 = [[1, 4, 19],
  11. [16, 35, 36],
  12. ... ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement