Let me run for n for 3 threads in Python, I want them all to be the same I want to start in time and want to end them at the same time (in milliseconds). How do i do this
Threading The timer starts only after the last time is completed. Import time class A (Threading thread): def run (auto):
print "Here", time.time () time.sleep (10) print "there", time.time () if __name __ == "__ main__": for the category I (3) in: a = A () a .start () Print: <12 p>
Div>