Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

repeat a condition n times one by one python

for i in range(n):
    do_sth()
 
PREVIOUS NEXT
Tagged: #repeat #condition #times #python
ADD COMMENT
Topic
Name
6+4 =