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