튜토리얼 썸네일형 리스트형 파이썬 튜터리얼 정리 10 표준 라이브러리 https://docs.python.org/ko/3/tutorial/stdlib.htmlhttps://psklog.tistory.com/56?category=795142 파이썬 튜터리얼 정리 10 표준 라이브러리- 4문제 10.1. (import os) 운영 체제 인터페이스 OS 모듈 : OS와 상호 작용하기 위한 여러 함수 제공>>>>>> import os >>> os.getcwd() # Return the current working directory 'C:\\Python37' >>> os.chdir('/server/accesslogs') # Change current working directory >>> os.system('mkdir today') # Run the command mkdir in .. 이전 1 다음