if (time.clock() > 10:
DO SOMETHING
this only works with 1 iteration of the function then the time.clock surpasses 10seconds.
How do I do:
if (time.clock > time.clock + 10):
how do I save a value for the clock at a particular instance??
I have already tried the get_time() function although this doesn't work on the account that python throws an attribute error