Skip to content

Instantly share code, notes, and snippets.

@oddjobz
Created March 28, 2020 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oddjobz/224d267575c8ceea7da6a339061bcbb2 to your computer and use it in GitHub Desktop.
Save oddjobz/224d267575c8ceea7da6a339061bcbb2 to your computer and use it in GitHub Desktop.
>>> for doc in people.find():
... print('Name: {name:20} Age:{age:3}'.format(**doc))
...
Name: Fred Bloggs Age: 21
Name: Joe Smith Age: 22
Name: John Doe Age: 19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment