So, tell us the error and we'll see what we can do. Give us something
to work with: Cut and past the full error message, trace back,
whatever you can.
Also tell us what version of Python, what system you are running on, how
you run this code, ...
On 10/08/2018 10:17 PM, upadhyay.kamay..
## Calculating the Lower Limits(LLi) and Upper Limit(ULi) for each Band, where
i is 1,2,.10
LL1=0
print(LL1)
print(P2)
print(D2)
if(P2>25):
UL1=D1
print(UL1)
elif(UL1==D2):
print(UL1)
LL2=UL1
if(P3>25):
UL2=D2
print(UL2)
elif(UL2==D3):
print(UL2)
LL