Round pi

Report a typo

Write a code that rounds the number pi to 5 decimal places and prints it out.

We've defined the variable pi for you.

Write a program in Python 3
pi = 3.141592653589793
# put your python code here
___

Create a free account to access the full topic