os Operating System, provides functionality on the Operating System such as copy the file, create the directory, etc. getcwd Get Current Working Directory, returns a string representing the current working directory. import os os.getcwd() >>> '/Users/joohyunyoon/workspace/practice/src' listdir List directory, returns a list containing the names of the entries in the directory. os.listdir() >>> [..