Untitled
unknown
plain_text
2 years ago
109 B
4
Indexable
import time while True: current_time = time.strftime("%I:%M:%S %p") print(current_time) time.sleep(1)
Editor is loading...
import time while True: current_time = time.strftime("%I:%M:%S %p") print(current_time) time.sleep(1)