From the Python floating point tutorial perhaps my favourite bit is this:
print ( 0.1 + 0.1 + 0.1 == 0.3)
Just paste that in EditPythonEditor and run it 
From the Python floating point tutorial perhaps my favourite bit is this:
print ( 0.1 + 0.1 + 0.1 == 0.3)
Just paste that in EditPythonEditor and run it 