• + 1 comment

    I also faced same issue . And later i realised it better to use array here : 1) since number of elements is very large (10^5) 2) arrays can store data very compactly 3) arrays data structure offer more efficient storage AND code runs fine without os module

    • + 0 comments

      Thanks!