Python: Evaluating Numeric Expressions

Опубликовано: 28 Апрель 2026
на канале: Barry Brown
5,164
38

It's so easy to evaluate expressions in Python. Just launch IDLE (the Python shell) and type them in.

In this video, we will use IDLE to learn about the basic operations: addition, subtraction, multiplication, division, modulo, exponent, and comparisons. Apply them in everyday computations, such as calculating the tip on a meal.

Get Python from http://python.org