Ad
  • Default User Avatar

    I am a native speaker, and I made the same mistake!

  • Default User Avatar

    not an issue, your spelling is incorrect: forty (as you can actually see in the links you provided... :p )

  • Custom User Avatar

    If you use regular expressions, are you escaping them properly? Also, X should equal Y means X is the value you return and Y is the expected one (sorry if that sound obvious, some people got that wrong and sometimes those values were flipped, not in this case).

  • Custom User Avatar

    Could it be related to the Python version you're using? For instance, my code works with 2.7.6 but it doesn't in the 3.x versions