when working with the programming language python, clinton noticed something strange. when he subtracted 0.1 from 0.3 he did not see the result 0.2 that he expected. instead, he saw >>> 0.3 - 0.1 0.19999999999999998 this is likely the result of elimination tool select one answer a an overheated processor making small errors. b a fixed number of bits representing floating point values, leading to small errors. c a bug in the python language. d the inevitability of computers taking over and making complex decisions on their own.