Science, asked by anhlpetu, 9 months ago

What is an expression in python.​

Answers

Answered by KINGofDEVIL
17

ANSWER

⏭️ An expression in Python is any valid combination of operators and atoms.

⏭️ An expression is composed of one or more operations.

Answered by STK0
1

What is an expression in python?

Any instruction which combines values, operators & always evaluates down to a single value.

Similar questions