solved/새싹14 [Solved] 002. 10699 오늘 날짜 문제링크 한국기준 오늘 날짜의 DATE를 출력하면 된다. 블로그 주인장은 datetime lib를 사용할 것이다. datetime — Basic date and time typesSource code: Lib/datetime.py The datetime module supplies classes for manipulating dates and times. While date and time arithmetic is supported, the focus of the implementation is on efficient attr...docs.python.org 서버 시간대는 UTC+0 시간인걸 확인 할 수 있다.한국시간은(KST) UTC+9 이므로 timedelta(hours=9) 로 조절 하면 될것이라.. 2025. 2. 27. [Solved] 001. 2557 Hello World 문제링크 새싹 첫문제다.기본적으로 Python에서는 라이브러리를 안불러와도 기본 내장함수들이 많다. 그중 하나는 print() 함수이다.Hello World 문제 같은 경우 문자열을 출력하기 위해 String 문자열로 데이터를 넣어 줘야한다.문자열로 넣기 위해선 큰따옴표(" ")를 사용하면 문자열이 들어간다.print("Hello World!") 끝이다. 2025. 2. 26. 이전 1 2 3 다음