Files
max015/T04/test_3_1.py
2025-02-01 02:04:08 +08:00

8 lines
75 B
Python

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