Add two numbers
This page needs a recent browser (with SharedArrayBuffer support). Please update Chrome, Edge, Firefox or Safari to the latest version.
Add two numbers
Python can do maths. 2 + 3 becomes 5 before it is printed.
Use + to show 5. Try print(2 + 3).
Click Run to see the output here.