Day 2 Python Basic To Advanced Modules, Comments & Pip 250309 181046
Day 2 Python Basic To Advanced Modules, Comments & Pip 250309 181046
Modules in Python
Types of Modules
Comments in Python
PIP
By @Curious_.programmer
CodeWithCurious.com
Chapter 2: Modules,
Comment & Pip
Made By:
Modules
Built-in Modules:
User-Defined Modules:
Types of Comments
They start with a hash symbol (#) and continue until the
end of the line.
2. Multi-line comments:
Multi-line comments, also known as block comments, allow
you to add comments that span multiple lines.
CodeWithCurious Store