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