python-by-example-150-chall.../challenges27-34/challenge-030.py
2019-07-17 09:56:46 +03:00

4 lines
38 B
Python

import math
print(round(math.pi, 5))