Untitled
unknown
plain_text
3 years ago
109 B
10
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)