if count == 10 or count == 20 or count == 30 or count == 40 or count == 50 or count == 60 or count == 70 or count == 80 or count == 90:
sleep(8)
i want this code to cover every number in the times 10 times table for ever, but i don't want to have to repeat the same code for ever to achieve this. Is there any way to code that?