You are viewing a single comment's thread. Return to all comments →
n=int(input()) l=list(map(int,input().split())) m=list(map(lambda x:x>0,l)) for i in l: if str(i)==str(i)[::-1] or i<10: print(all(m)) break else: print(False)
Seems like cookies are disabled on this browser, please enable them to open this website
Any or All
You are viewing a single comment's thread. Return to all comments →