HarishMaths commited on
Commit
5a1d002
·
verified ·
1 Parent(s): 94b95e8

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from datetime import datetime
2
+
3
+ current_time = datetime.now().strftime("%H:%M:%S")
4
+
5
+ print("Current Time:", current_time)