Source Code:
(back to article)
x = 3.14159265 x = format(x, '.2f') print(x)
Result:
Report an issue