What is an expression in Python?

 

Answer:

An expression is defined as a combination of constants, variables, and operators . An expression always evaluates to a value . A value or a standalone variable is also considered as an expression but a standalone operator is not an expression.

Examples of expressions in python:

  • 125
  • n
  • n - 25
  • 25 + 67
  • “abc” + “def”
Ask a doubt
Davneet Singh's photo - Co-founder, Teachoo

Made by

Davneet Singh

Davneet Singh has done his B.Tech from Indian Institute of Technology, Kanpur. He has been teaching from the past 14 years. He provides courses for Maths, Science, Social Science, Physics, Chemistry, Computer Science at Teachoo.