I am getting wrong ans in all cases in almost all question i did and implementing same in java its getting passed
in one question i had to print true and false, so i did that ques using java and got all correct but by using python i am getting WA and then i tried to print only true(so that i could see its actually my fault or not) but still its gving WA in all cases(it should pass some cases as ans would be true or false)
i downloaded all test cases and ran them locally they all are giving correct result but in coding blocks compiler in python its showing WA
pls look after it, and do tell me if am wrong or not