Python supports different types of data to store values.
Topics include:
• Variables and Assignments
• Numeric Data Types (int, float, complex)
• Boolean
• Type conversion
• type() function
Operators are used to perform operations on data.
Topics include:
• Arithmetic Operators
• Relational Operators
• Logical Operators
• Assignment Operators
• Expressions and evaluation
Control statements decide the flow of program execution.
Topics include:
• Conditional Statements (if, if-else, elif)
• Looping Statements (for, while)
• break, continue, pass