Find a record by two dates

I’m just starting to learn Mongodb in conjunction with Python.
I need to select documents for two dates 2023-10-20 and 2023-10-22 only. Tell me how to do this or where I can read about it
THX All!!!

You may start with mongodb find in python - Google Search.

Thank you :smile:
I did just that, but for two weeks I haven’t found a solution, that’s why I contacted the community

What have you tried?