#020 · Double Base Palindrome · math · medium · python

مشاهده راه‌حل در GitHub



    The decimal number, 585 = 1001001001 (in binary), is palindromic in both bases!
    Find the all Double Based Palindromic numbers, less than one thousend.
    and print them.