Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Python

Formatting Float Values

Be careful when formatting floats using Python's string functions. It is common to do something like this:

...