Computer Science
Is it safe to directly use the == operator to determine whether objects of type float are equal?
- Yes
- No
- Yes, if the values are < 100
- Yes, if the values are > 100
Python Data Handling
7 Likes
Answer
No
Answered By
3 Likes
Related Questions
In Python, a variable is assigned a value of one type, and then later assigned a value of a different type. This will yield .......... .
In Python, a variable may be assigned a value of one type, and then later assigned a value of a different type. This concept is known as .......... .
What will the following code produce?
a = 8.6 b = 2 print ( a//b )
In the Python statement x = a + 5 - b : a and b are .......... .