Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

difference between for loop and while loop in python

for loop is excecuted for a certain number of times for i in range(n)://TODO:
while loop is executed until the condition is not true while True://TODO:
 
PREVIOUS NEXT
Tagged: #difference #loop #loop #python
ADD COMMENT
Topic
Name
2+9 =