Python For Else || for loop || Python
In this we are going to see a basic program on else part of for loop in Python Programming Language.


for i in range(20):
    print(i)
else:
    print("The control is out of the for loop")

#ENJOY CODING


Post a Comment

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

Previous Post Next Post