Get answer of your all questions and doubts! ➤

Question
What are expressions in python?

[Computer Science Class – 11 Sumita Arora solutions. Chapter 6 – Python Fundamentals.]

Answer

A combination of operands and operators is called an expression.
An expression is any legal combination of symbol that represents a value.

Example15 and 2.9 are expressions that are values only.
a+5 and (3+5)/4 are complex expressions that produce a value when evaluated.

Leave a Comment

Your email address will not be published. Required fields are marked *