Jinja while loop
In computer programming, a loop is a programming structure that repeats a sequence of instructions until a specific condition is met. Jinja has various types of loops, while loop is one of them. In this Jinja tutorial section, you will learn about while loop.
Objectives
-
Basic understanding of Jinja while loop
-
Example of Jinja while loop