Question #3162

Program to count all numbers in between x and y using FOR LOOP.

Expert's answer

#!/usr/bin/python

i0=ord('a');
i1=ord('z');
for i in range(i0,i1):
print chr(i)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS