import time
def temporizador ():
print("Carregar no Butão...")
intervalo_tarefa = 5
while True:
temporizador()
time.sleep(intervalo_tarefa)
import time
def temporizador ():
print("Carregar no Butão...")
intervalo_tarefa = 5
while True:
temporizador()
time.sleep(intervalo_tarefa)