Computer Science, asked by Rudresh121242, 6 months ago

17. In the Python statement x = a +5-b: a+5-b is
(a) Operands
(c) operators
(b) Expression
(d) Equation
TA77​

Answers

Answered by ashishking20
5

from my Verizon wireless Samsung Galaxy smartphone

Answered by amardeeppsingh176
0

Answer:

Explanation:

In the Python statement x = a +5-b: a+5-b is Expression.

An expression is a set of operators and operands that together yield a different value when interpreted. Any programming language evaluates an expression according to the order of its operators.

Expressions serve as value representations. Expressions differ from statements in that statements carry out actions, whereas expressions reflect values. Any string, for instance, is also an expression because it contains the string's value.

Operators in Python are specialised symbols that indicate that a particular type of computation should be carried out. Operands are the values that an operator manipulates. An expression is a collection of operators and operands, such as a + b - 5. To combine data items into expressions, Python allows a wide variety of operators.

#SPJ3

Similar questions