Write an expression that will cause the following code to print "equal" if the value of sensorreading is "close enough" to targetvalue. Otherwise, print "not equal". Hint: use epsilon value 0. 1.
Ex: if targetvalue is 0. 3333 and sensorreading is (1. 0/3. 0),
output is:.