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.