Visual Code Installation

Don’t Rush To Make Notes. Watch the Full Video First.

Topics Covered

PYTHON-FUNCTIONSS
CREATE FOLDER

MKDIR commands the terminal to create a new folder. MKDIR followed by folder name will create the new folder.

For Eg: MKDIR NEW_FOLDER

PYTHON-FUNCTIONSS
CREATE FILE

TOUCH commands the terminal to create a new file. TOUCH  followed by file name will create the new file.

For Eg: TOUCH NEW_FILE

PYTHON-FUNCTIONSS
LIST OF FILES

LS commands the terminal to display the name of all the files where it is placed (Drive or Folder)

For Eg:. LS

python-py
RUN FILE

PYTHON 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

previous-lecture

PREVIOUS - LECTURE 1

Print, Input, Len, Comment

next-lecture

PRACTICE QUESTIONS - LECTURE 1

Print, Input, Len

Leave a Reply

Your email address will not be published. Required fields are marked *