Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Python loop aray

import time

t_end = time.time() + 60 * 15
while time.time() < t_end:
    # do whatever you do
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Python #loop #aray
ADD COMMENT
Topic
Name
5+6 =