Hi, I was thinking of using print(''\a) few times instead of playing the mp3 so that it will be more simple `def play_alarm(filename = None): for i in range(3): print('\a') time.sleep(1)`