Math, asked by pareshdev5743, 5 hours ago

what is a purpose of number of times in python

Answers

Answered by rkjha30Lite
0

Answer:

itertools.repeat() falls under the category of infinite iterators. In repeat() we give the data and give the number, how many times the data will be repeated. If we will not specify the number, it will repeat infinite times. In repeat(), the memory space is not created for every variable.

Step-by-step explanation:

Hope you will like it

Please mark me as Brainliest.

Similar questions