Skip to content

Instantly share code, notes, and snippets.

@muffl0n
Created January 6, 2016 15:19
Show Gist options
  • Save muffl0n/6211f809c429d8298f29 to your computer and use it in GitHub Desktop.
Save muffl0n/6211f809c429d8298f29 to your computer and use it in GitHub Desktop.
num = 0.7
print(num)
num += 0.1
print(num)
-->
0.7
0.7999999999999999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment