Guest User

Untitled

a guest
Jun 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. >>> user_profiles = [
  2. ... {'user_id': 211, 'name': 'Luke'},
  3. ... {'user_id': 212, 'name': 'Ziltoid'}]
  4. >>> result = db.profiles.insert_many(user_profiles)
Add Comment
Please, Sign In to add comment