IST Compérision Python
x = 3.14159265
print(f'pi = {x:.2f}')
Impossible Impala
x = 3.14159265
print(f'pi = {x:.2f}')