See usage statement, it's pretty straightforward: you specify a base between 2 and 36, inclusive, (default: 10) and any number of non-negative integers in that base to add together, and you will get ...
Python Basics: User Input & Addition Today I practiced using input() and basic arithmetic in Python. This simple program takes two numbers from the user, adds them together, and displays the result.