Untitled
Anonymous
plain_text
12/13/2022 1:30 PM
148 B
17
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)