Hacker News new | ask | show | jobs
by AndyKelley 3337 days ago

    andy@xps ~> python3
    >>> "Libz" == "libz"
    False
2 comments

    >>> title_case("Libz") == title_case("libz")
    True
touché
Also works in python2 for those of us stuck in the 1950s.