Why doesn't this code produce intended output
for i in range(65,91):
if result not in (chr(74),chr(75) :
f=0
else :
f=1
Why doesn't this code produce intended output
for i in range(65,91):
if result not in (chr(74),chr(75) :
f=0
else :
f=1