Python summary (updated: 2024.05.16)
* 토이프로젝트 중 바로바로 알아낸 pythone 사용법 초간단 요약 정리. 목차▼ DateTime with timezone 다루기 input+printn = int(input('prompt:'))print('{0:02d} '.format(n), end='') # 2자리print(f'{n:0 파이썬 예약어 리스트import keywordprint(keyword.kmlist) # ▼output# ['False', 'None', 'True', 'and', 'as', 'assert', 'async', 'await', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 'if..