Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

    $ python2 -c 'False = None = True'
      File "<string>", line 1
    SyntaxError: cannot assign to None

    $ python3 -c 'False = None = True'
      File "<string>", line 1
    SyntaxError: cannot assign to False


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: