You are viewing a single comment's thread. Return to all comments →
My Entry:
return len([x for x in range(i, j+1) if abs(x - int(str(x)[::-1]))/k % 1 == 0])
Seems like cookies are disabled on this browser, please enable them to open this website
Beautiful Days at the Movies
You are viewing a single comment's thread. Return to all comments →
My Entry: