We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
May be it's personal preference but I really dislike the <= 4 lines challenge. I know how to do it but I believe it violates pep-8 and kills the readability which is a core value in python.
Collections.namedtuple()
You are viewing a single comment's thread. Return to all comments →
May be it's personal preference but I really dislike the <= 4 lines challenge. I know how to do it but I believe it violates pep-8 and kills the readability which is a core value in python.