it will display wrong wrong correct # if wrong order display wrong correct order display correct
i have tried using nested loop to compare the element but then the output display too many time which is not something i wanted
elif first in secList : #if list1 item is in list 2 and order of item are not same
print("wrong")
else:
print("nothing")