data-science-interviews icon indicating copy to clipboard operation
data-science-interviews copied to clipboard

def not called

Open AnirbanPatragithub opened this issue 3 years ago • 2 comments

Most of the python code(def) in technical.md is not called.As a result one has to copy the example from markdown examples and call the function to understand its working. In some cases the markdown example is insufficient to understand the code. For example : 9) Counter. We have a list with identifiers of form “id-SITE”. Calculate how many ids we have per site.

This Question is very brief and the markdown example guides on what we are trying to do but does not specify how is the input supplied into the function.

AnirbanPatragithub avatar Sep 22 '22 14:09 AnirbanPatragithub

A commented line can be added which calls the function.I will like to work on it.Though it is trivial but copying the markdown example makes it tedious.Let Me Know if I can Help.

AnirbanPatragithub avatar Sep 22 '22 14:09 AnirbanPatragithub

Pull requests are welcome

alexeygrigorev avatar Dec 26 '22 09:12 alexeygrigorev