f string int python code example Example: f string float format >>> a = 10.1234 >>> f'{a:.2f}' '10.12'