Title: for loop Python | Python Tutorials | CodeMistic
Description: for loop in python differs a bit from other programming languages. Like in C,the user has the ability to define the iterationstep as well as halting condition. But as we see in Python, for loop statement iterates over the item of any sequences. Here sequences are list,tuple,string,set etc. for loop is helpful in executing we can execute a set of statements, once for each item in the list,tuple,set etc.
Keywords:
Domain: codemistic.github.io
Links:
Viewport: width=device-width, initial-scale=1.0