which give the starting value of loop
Answers
Answered by
1
Answer:
It steps through the items of lists, tuples, strings, the keys of dictionaries and other iterables. The Python for loop starts with the keyword "for" followed by an arbitrary variable name, which will hold the values of the following sequence object, which is stepped through.
Answered by
1
Answer:
It steps through the items of lists, tuples, strings, the keys of dictionaries and other iterables. The Python for loop starts with the keyword "for" followed by an arbitrary variable name, which will hold the values of the following sequence object, which is stepped through.
Similar questions
Geography,
1 month ago
Geography,
1 month ago
Math,
1 month ago
Social Sciences,
2 months ago
Chemistry,
10 months ago