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