import time
counter = 0
while 0 < 1:
seconds = time.time()
local_time = time.ctime(seconds)
counter = counter +1
print('Seconds: ' , counter)
time.sleep(1)
By SlashReal | Coding_tuts | 5 Apr 2023
import time
counter = 0
while 0 < 1:
seconds = time.time()
local_time = time.ctime(seconds)
counter = counter +1
print('Seconds: ' , counter)
time.sleep(1)
How do you rate this article?
0
Programming tutorials
Send a $0.01 microtip in crypto to the author, and earn yourself as you read!
% to author / 80% to me.