- Remove amPm variable that takes input for am and pm. Because alram clock is based on 24 hour system no need for am and pm.
- Add pygame to play music because the second while loop (which takes input to off the alarm) doesn't run because the interpreter execute playsound first but this not the case with pygame(because plays in the background and user can give input too)
- Imroved name of local variables.
- Add a variable that takes input to off the alarm music.
Mudit Choudhary