Untitled

 avatar
user_8840555
plain_text
2 years ago
216 B
3
Indexable
for x in '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ':
    if (int('32' + str(x) + '4', 37) + int('5' + str(x) + '29', 37)) % 63 == 0:
        print(x, (int('32' + str(x) + '4', 37) + int('5' + str(x) + '29', 37)) // 63)