Computer Science, asked by neeraj559145, 3 months ago

In the python statement x= a+5-b , a and b are ___________.

i. Operands
ii. Expression

iii. Operators
iv. Equation​

Answers

Answered by Virensangwan0123
1

Answer:

In this case, the + operator adds the operands a and b together. ... x = 5 x < 10 or callable(x) True x < 0 or callable(x) False ... This is what happens for two non-Boolean values x and y :

Similar questions