Question: Two questions(Python): Given two variables x and y that both refer to floating point values, choose the best way to test the values for equality
Two questions(Python):


Given two variables x and y that both refer to floating point values, choose the best way to test the values for equality in Python? Select one: O x equals y O abs (x -y) 0.0001
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
