Skip to content

Instantly share code, notes, and snippets.

@raeq
Created May 3, 2020 11:37
Show Gist options
  • Save raeq/dcae598db2a97b9adfca064179d88359 to your computer and use it in GitHub Desktop.
Save raeq/dcae598db2a97b9adfca064179d88359 to your computer and use it in GitHub Desktop.
i:float = float(99.895321721389127643)
print(i)
print(round(i,2))
print(f"{i:.2f}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment