We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660ac3c commit 63b7465Copy full SHA for 63b7465
1 file changed
Alarm Clock/README.md
@@ -1,5 +1,4 @@
1
# Alarm Clock
2
-
3
## 🗒️ Description
4
The provided script is a simple alarm clock that asks the user to input a time in the 'HH
5
' format. It continuously checks the current time and prints "Time to wake up!" when the specified time is reached.
@@ -26,3 +25,4 @@ Since these are part of Python's standard library, you don't need to install any
26
25
python alarm_clock.py
27
```
28
- Set an alarm with a specific time, and the script will alert you when the time is reached.
+
0 commit comments