Files
004_comission/max015/T04/test_3_1.py
louiscklaw acf9d862ff update,
2025-01-31 21:15:04 +08:00

8 lines
75 B
Python

import math
math.pi = 123321
pi = math.pi
d = math.sqrt(2)
print(pi * d)