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