Actions / app.py
HarishMaths's picture
Create app.py
5a1d002 verified
raw
history blame contribute delete
120 Bytes
from datetime import datetime
current_time = datetime.now().strftime("%H:%M:%S")
print("Current Time:", current_time)