Nice challenge. Now I know how to do large number multiplication in python. :) that's the solution in python from decimal import * getcontext().prec=600 getcontext().power(getcontext().power(Decimal('17'),Decimal('39')),Decimal('11')) the rest is some string editing... Only one thing: The descriptio...