I am new to python and im trying to make a script. I want the script to keep looking at the time and for every 10 minutes i want to execute another command. So far i've got:
import time
min = time.strftime("%M")
How should i approach the rest?
it should run as some kind of service... it should be someting like:
if min == 00, 10, 20, 30, 40 or 50
do this