Python MongoDB Find

In MongoDB, to find data in a collection we can use find() and findOne() methods.

Code :