python script
i am in the root of directory.
E:
i want to go into next directory and sub directory a with a input"directory name"
- like first go into E:\zimi
- and then into E:\zimi\files then apply operation in current directory of E:\zimi\files
navigate.py first_directory_name second_directory_name and do rest of operation that is already done directory name given as input. sub directory name is also given as name. after navigating into directory
os.chdir()