Environmental Sciences, asked by jvrtejasvi2009, 2 months ago

________ is used for looping

Answers

Answered by arnimaanuragmishra
5

Answer:

repetition block is used for looping.

Answered by coolsss
0

Explanation:

iterating over a sequence

A for loop is used for iterating over a sequence (that is either a list, a tuple, a dictionary, a set, or a string). This is less like the for keyword in other programming languages, and works more like an iterator method as found in other object-orientated programming languages.

Similar questions