SAURABH JAIN
SAURABH JAIN
Currently, the code contains just a single `main.py`. - Add more methods, divide the logic to make the code more readable.
The code structure has too many `if` indentations, which makes the code difficult to read, make the happy path less indented by putting negative conditionals.
There are not test cases for this app. - add `py.tests`
As of now none of the methods contains docstrings, add docstrings and comments to longer procedures.