Project Euler #50: Consecutive prime sum

  • + 0 comments

    My Python 3 code had the same issue for Test Case #1, 7, 8. Time limit exceeded.

    Ran it using Pypy 3 compiler and passed all cases.