Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 375 Bytes

File metadata and controls

10 lines (7 loc) · 375 Bytes

mongodb-find-query-template

Template for basic Python challenges

Update repository code

  1. Do not modify requirements.txt
  2. Do not delete main.py file.
  3. You are free to add more code files as per your wish, but the entrypoint of your application should be - python main.py
  4. Adhere to other requirements given in the challenge, such as Python version, etc.