Hello, im going out of my mind trying to solve this, im new at python and trying to code an alarm system with a raspberry pi.

the alarm threads stops waiting for alarm2 threads raw_input, how can i solve this? Thanks in advance

code below:

Code:
import time
from threading import Thread
from pyrowl import Pyrowl
from datetime import datetime
from espeak import espeak
import piface.pfio
...