explain the all generator of a computer
Answers
Answered by
24
In computer science, a generator is a routine that can be used to control the iteration behaviour of a loop. All generators are also iterators. A generator is very similar to a function that returns an array, in that a generator has parameters, can be called, and generates a sequence of values.
tajmohamad7719:
Very. Good
Answered by
0
Answer:
In computer science, a generator is a routine that can be used to control the iteration behaviour of a loop. All generators are also iterators. A generator is very similar to a function that returns an array, in that a generator has parameters, can be called, and generates a sequence of values.
Explanation:
mark me as brainliest if it helps you and thank me...
Similar questions