Python MongoDB Query

When finding documents in a collection, you can filter the result by using a query object find(myquery).

Code :