Here are some examples of arithmetic expressions:
- Addition:
2 + 3 = 5
- Subtraction:
10 - 5 = 5
- Multiplication:
4 * 6 = 24
- Division:
20 / 5 = 4
- Exponentiation:
2^3 = 8
These are basic arithmetic operations that you can perform in Python and many other programming languages.