Re: [gcj] Are there any issues with python submission I should know about?

2018-04-06 Thread Neelam Shah
The same issue happened to me too. I am not sure why so? On Sun, Apr 1, 2018, 3:42 AM Doron Veltzer wrote: > I solved all 4 programs on my machine's python (3) but they won't pass the > online testing, is there some tab size or other syntax issue I am missing > and

Re: [gcj] Re: Why is this wrong

2018-04-20 Thread Neelam Shah
Hi, is my code for kickstart round A correct for evendigits T = int(input()) for i in range(T): s = input() if "1" not in s and "3" not in s and "5" not in s and "7" not in s and 9 not in "s": print("Case #"+str(i+1)+": "+str(0)) elif len(s) == 1: print("Case #" +