import time def display_clock(): while True: current_time = time.strftime("%H:%M:%S", time.localtime()