python fstring float code example Example: python 3 f string float format #!/usr/bin/env python3 val = 12.3 print(f'{val:.2f}') print(f'{val:.5f}')