Skip to content

Commit 0a2ab57

Browse files
committed
simplified code
1 parent acbe720 commit 0a2ab57

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Alarm Clock/Alarm Clock.py

-3
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,8 @@ def validate_time(alarm_time):
3939
current_period = now.strftime("%p")
4040

4141
if alarm_period == current_period:
42-
print("done 1")
4342
if alarm_hour == current_hour:
44-
print("done 2")
4543
if alarm_min == current_min:
46-
print("done 3")
4744
if alarm_sec == current_sec:
4845
print("Wake Up!")
4946
playsound('D:/Library/Documents/Projects/Coding/Beginner Python Projects/Alarm Clock/alarm.wav')

0 commit comments

Comments
 (0)