thanks...i am looking for this kind of solution
def comp(array1, array2): arrsqr=[]
# your code for i in range(0,len(array1)): arrsqr.append(array1[i]**2) if arrsqr.sort()==array2.sort(): return True plz help me with my code
Your code is returning a tuple instead of a string.
how to unable autocorrect to get help in syntex
Loading collection data...
thanks...i am looking for this kind of solution
def comp(array1, array2):
arrsqr=[]
Your code is returning a tuple instead of a string.
how to unable autocorrect to get help in syntex