Run
x = '241' output = int(x, base=5) print(output)
Output