Computer Science
In the Python statement x = a + 5 - b : a and b are .......... .
- Operands
- Expression
- operators
- Equation
Python Data Handling
36 Likes
Answer
Operands
Answered By
4 Likes
Related Questions
Is it safe to directly use the == operator to determine whether objects of type float are equal?
What will the following code produce?
a = 8.6 b = 2 print ( a//b )
In the Python statement x =a + 5 - b : a + 5 - b is .......... .
What will be the value of y after following code fragment is executed ?
x = 10.0 y = (x < 100.0) and x >= 10