DEV Community

DDSRY
DDSRY

Posted on • Updated on

How can i round a floating point number in Python ?

Round a floating point number in Python Programming Language.

▪ You can use the ➡ round() function like this, round(12.33).

Top comments (0)