ACD.py
import math
r=10.1
l=0.2
k=0.3
tmpA=-5.41+0.58412*(3.446+1.716l-0.0237ll)+0.098k
print(tmpA)
result=r-math.sqrt(r*r-math.pow(tmpA,2)/4)+2.5026
print(result)
import math
r=10.1
l=0.2
k=0.3
tmpA=-5.41+0.58412*(3.446+1.716l-0.0237ll)+0.098k
print(tmpA)
result=r-math.sqrt(r*r-math.pow(tmpA,2)/4)+2.5026
print(result)