• + 0 comments

    oops...hahah acutally i should'nt have used list comprehension ( i used because i thought i need to convert input list into 'int') should have used t=input().strip().split()...no need of for loops or list comprehension...... nice catch :D .