mirror of
https://github.com/arthur-pbty/nsi.git
synced 2026-06-03 15:07:31 +02:00
5 lines
97 B
Python
5 lines
97 B
Python
import time
|
|
|
|
while True:
|
|
print("Heure courante", time.strftime("%H:%M:%S"))
|
|
time.sleep(1) |