4 lines
38 B
Python
4 lines
38 B
Python
|
|
import math
|
||
|
|
|
||
|
|
print(round(math.pi, 5))
|