Tag: python for loop

  • What is the use of for in Python?

    In the previous section, we have discussed the if statement. In this section we will learn how to use a for loop in python. We have been discussing the control flow in python. However, the for statement in python differs from other for statements used in languages like C, or Pascal. If you come from…