Give an example of a FOR loop

for i in ragne(0,10): print("Iteration No: ",i)

RP

Related Python Mentoring answers

All answers ▸

When to use a dectionary or a list


What is the difference between a float and an integer variable type?


Write a function s(n) that will return a list of the first n squares.


What is the difference between a for loop and a while loop.