Visual Code Installation Don’t Rush To Make Notes. Watch the Full Video First. Topics Covered PYTHON-FUNCTIONSSCREATE FOLDERMKDIR commands the terminal to create a new folder. MKDIR followed by folder name will create the new folder.For Eg: MKDIR NEW_FOLDERPYTHON-FUNCTIONSSCREATE FILETOUCH commands the terminal to create a new file. TOUCH followed by file name will create the new file.For Eg: TOUCH NEW_FILEPYTHON-FUNCTIONSSLIST OF FILESLS commands the terminal to display the name of all the files where it is placed (Drive or Folder)For Eg:. LSpython-pyRUN FILEPYTHON commands the terminal to run the particular file mentioned. PYTHON followed by file name runs the file.For Eg: python filename.py ATTEMPT THE EXAMPLES USED IN THE LECTURE Q1. Create a new folder - TUTORIALS in your E Drive.CLICK HERE FOR SOLUTIONcd E://mkdir TUTORIALSQ2. Create a new python file - Install in the above folder TUTORIALS.CLICK HERE FOR SOLUTIONtouch install.pyQ3. Give a command to the terminal to name list of all files in your D Drive.CLICK HERE FOR SOLUTIONcd D://LSQ4. Run a file Install.py in the visual code.CLICK HERE FOR SOLUTIONpython install.pyprevious-lecturePREVIOUS - LECTURE 1Print, Input, Len, Commentnext-lecturePRACTICE QUESTIONS - LECTURE 1Print, Input, Len