It has the ability to iterate over the items of any sequence, such as a list or a string.
Syntax
for iterating_var in sequence:
statements(s)
If a sequence contains an expression list, it is evaluated first. Then, the first item in the sequence is assigned to the iterating variable iterating_var. Next, the statements block is executed. Each item in the list is assigned to iterating_var, and the statement(s) block is executed until the entire sequence is exhausted.
website:-https://coderworld109.blogspot.in/
Watch video for loops in python 3 part-6 online, duration hours minute second in high quality that is uploaded to the channel Cook The Code 02 January 2018. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 8 times and liked it 0 visitors.