Module: Expressions

Expressions are pieces of code that can be evaluated to produce a value. They can include variables, operators, literals, and function calls. An expression can be as simple as a single number or more complex, involving multiple operations or function calls.

Learning Outcomes

Expressions

Readings

Basics of programming: expressions

Expressions in Python

Experiential Learning

Lab: Expressions

Using expressions in Python