Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save peroon/dd88ccaef83dd22bdb35c2160067860e to your computer and use it in GitHub Desktop.

Select an option

Save peroon/dd88ccaef83dd22bdb35c2160067860e to your computer and use it in GitHub Desktop.
a = 123.456789
b = round(a, 3)
print(b)
# => 123.457
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment