Add two numbers (using Python backend)

+

Note: this page expects a backend API at /api/add that runs your Python addition logic and returns JSON like { "result": 7 }.