Python Range Function || for loop || Python
In this we are going to see a basic program on range function of for loop in Python Programming Language.


for i in range(10, 60, 2):
    print(i)

#ENJOY CODING


Post a Comment

FOR ANY DOUBTS AND ERRORS FEEL FREE TO ASK. YOUR DOUBTS WILL BE ADDRESSED ASAP

Previous Post Next Post