Computer Science

Is it safe to directly use the == operator to determine whether objects of type float are equal?

  1. Yes
  2. No
  3. Yes, if the values are < 100
  4. Yes, if the values are > 100

Python Data Handling

7 Likes

Answer

No

Answered By

1 Like


Related Questions