Posts

Showing posts from January 18, 2026

Iterative Statements🎬

📝View PDF Notes Iterative statements: for loop, range function, while loop, flowcharts, break and continue statements, nested loops, suggested programs: generating pattern,summation of series, finding the factorial of a positive number etc

Conditional Statements🎬

📝View PDF Notes Conditional statements: if, if-else, if-elif-else, flowcharts, simple programs: e.g.:absolute value, sort 3 numbers and divisibility of a number

Errors in Python🎬

📝View PDF Notes Errors in Python: Syntax Errors, Logical Errors, Runtime Errors

Expressions, Statements, Type Conversion, and Input & Output in Python🎬

📝View PDF Notes Expressions, Statements, Type Conversion, and Input and Output in Python: Precedence of operators, Expression, Evaluation of expression, Python statement, Type conversion (explicit and implicit conversion),Accepting data as input from the console and displaying output

Python Operators🎬

📝View PDF Notes Python Operators: Arithmetic Operators, Relational Operators, Logical Operators, Assignment Operator, Augmented Assignment Operators, Identity Operators (is, is not), Membership Operators (in, not in)