Problem with TAEDITOR

Can any one please say difference between raw_input().split(’ ‘) and raw_input().split() in python. Because when I submit the problem using .split(’ ') it shows WA. but when I removed that i.e .split() now it got accepted.Can this mean that the string in query 1 contains spaces in between them?

yes … it is the only thing behind it