Why 0.1 + 0.2 Doesn't Equal 0.3 in Your Code
📰 Dev.to · Vasu Ghanta
Type this into your Python console right now: print(0.1 + 0.2) Enter fullscreen mode ...
Type this into your Python console right now: print(0.1 + 0.2) Enter fullscreen mode ...