Olá, eu gostaria de sabe como posso fazer a subtração dessas duas horas (now, end):
now = datetime.now()
start = now.strftime("%H:%M:%S")
time.sleep(15)
then = datetime.now()
end = then.strftime("%H:%M:%S")
Olá, eu gostaria de sabe como posso fazer a subtração dessas duas horas (now, end):
now = datetime.now()
start = now.strftime("%H:%M:%S")
time.sleep(15)
then = datetime.now()
end = then.strftime("%H:%M:%S")