update,
This commit is contained in:
7
max015/T04/test_3_1.py
Normal file
7
max015/T04/test_3_1.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import math
|
||||
|
||||
math.pi = 123321
|
||||
pi = math.pi
|
||||
d = math.sqrt(2)
|
||||
|
||||
print(pi * d)
|
Reference in New Issue
Block a user