You are viewing a single comment's thread. Return to all comments →
N = int(input()) list1 = list(map(int, input().split())) result = all(i>0 for i in list1) and any(str(i)==str(i)[::-1] for i in list1) print(result)
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 →