import time
t = time.localtime()
time = time.strftime("%H:%M:%S", t)
print("The current time is:", time)