Guest User

Untitled

a guest
Dec 13th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. result = []
  2. for n in f:
  3. results.append(J(n))
  4.  
  5. results = (J(n) for n in f)
  6.  
  7. r=map(J,f)
Add Comment
Please, Sign In to add comment