Computer Science
State whether the following statement is True or False :
Two floating point numbers should not be compared for equality using ==
Python Data Handling
1 Like
Answer
True
Answered By
2 Likes
Related Questions
State whether the following statement is True or False :
Dividing two integers results in an integer.
State whether the following statement is True or False :
Floor division of two integers results in an integer.
State whether the following statement is True or False :
In implicit conversion, all operands' data types are converted to the datatype of the largest operand.
State whether the following statement is True or False :
Explicit type conversion involves the use of a function to convert datatype of a value.