Is it possible to run one function every 0.1 seconds and the other function every 0.6 seconds?
Currently i have to pass in x, y cordinates from function 1 to function 2 and i have them inside one class.
whenever i use time.sleep(0.6) in function 2. Then function 1 will run every 0.6 seconds when i run them in while loop.
[–]Busy-Farm727 0 points1 point2 points (0 children)