Skip to content

Instantly share code, notes, and snippets.

@aloukissas
Created February 23, 2020 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aloukissas/bcebba7de7b1c4b5e0d2008ebfa80f6e to your computer and use it in GitHub Desktop.
Save aloukissas/bcebba7de7b1c4b5e0d2008ebfa80f6e to your computer and use it in GitHub Desktop.
Python 3.7.6 (default, Jan 2 2020, 08:35:56)
[Clang 11.0.0 (clang-1100.0.33.16)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> a = 0
>>> for x in range (0, 10000):
... a += 0.1
...
>>> a
1000.0000000001588
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment