최근 포스트

[Python] Python threading

python의 threading을 이용하여 정해진 시간마다 반복적으로 현재시간을 출력하는 코드입니다. ```python import threading import datetime