pymongoEasy Playground

Official MongoDB driver for Python

Getting started with pymongoRun locally
Install
pip install pymongo
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: pymongo)

pymongo is a third-party package. Official MongoDB driver for Python. Install with: pip install pymongo

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?