If I have a program like this:
for i in range (25000):
do something
if i == 5000:
run new_script.py in a new thread/process
continue as before
How can I do this?
Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...
No comments:
Post a Comment