• + 1 comment

    I am using python3 and its working fine in my local setup. But its throwing some list index error.Looks like it is not splitting the sentences.

    Below are my sample code to split sentences into a list N = int(input()) data = input()

    sentences = data.split('\n\n')

    Is there any way to troubleshoot code in hackerank environment?