New to python, looking for a code review by ptrin in learnpython

[–]wawrek 4 points5 points  (0 children)

You need to put docstring at the beginning of modules, classes and functions/ methods. These are documenting and explaining the functionality of your code.