-
You are Better at Maths Than a Computer
Ok… this claim is a bit tongue in cheek but let me demonstrate one way of how you are “better at maths” than a computer. Let’s consider the following piece of code in Python. What do you expect to be printed (0.1+0.2)?0.3 right? we know 0.1 + 0.2 = 0.3.Well……………… The output of this code…