What is an expression and a statement?

An Expression is any valid combination of operators, literals and variables. for example

x + y * (z-3)

A statement is instruction given to computer to carry out a specific action. It can be any command with valid literals, variables. for example-

x= input(“Enter a String”)

error: Content is protected !!