time.strftime 썸네일형 리스트형 Python time.strftime 사용법과 예시 코드 # python time.strftime 사용법 ## package/functionpython 현재 시간 날짜 구하기-time.strftime format 청약분양 전문가2020. 10. 6. 12:59 이웃추가본문 기타 기능본문 폰트 크기 조정본문 폰트 크기 작게 보기본문 폰트 크기 크게 보기가 공감하기공유하기 URL복사 신고하기 #time, #localetime #python요약 1. time module import -> import time2. 현재 날짜와 시간 구하기 -> time.locaetime(time.time())3. 출력 포맷 지정 -> time.strftime(포맷, 시간) 1. time module import```pythonimport time # time module impor.. 더보기 이전 1 다음