The program requires an input of an arbitrary large unsigned integer which is expressed as one string in base 10. The outputs is another string that expresses the integer in bas
Python:
>>> from string import upper >>> input = "1234567890987654321234567890987654321234567890987654321" >>> output = upper(hex(int(input)))[2:-1] >>> print output CE3B5A137DD015278E09864703E4FF9952FF6B62C1CB1