Advertisement
Guest User

Untitled

a guest
Jul 31st, 2017
888
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. {'1', 'jimmy@gmail.com', 'Jimmy Jones',
  2. '2', 'fred@gmail.com', 'Fred Smith'
  3. }
  4.  
  5. [
  6. 'id': '1',
  7. 'email': 'jimmy@gmail.com',
  8. 'name': 'Jimmy Jones'
  9. ],
  10. [
  11. 'id': '2',
  12. 'email': 'fred@gmail.com',
  13. 'name': 'Fred Smith'
  14. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement