a='Z'
if ('A'<a<'Z'):
print(a.lower())
blt and bgt cant do both of them at the same time because once the condition is met for blt it will branch no matter what of the other condition
blt $t0,'Z',cond \n bgt $t0,'A',cond
a='Z'
if ('A'<a<'Z'):
print(a.lower())
blt and bgt cant do both of them at the same time because once the condition is met for blt it will branch no matter what of the other condition
blt $t0,'Z',cond \n bgt $t0,'A',cond