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