EEE Dept Engineering Topics List

Flow Chart, Syntax, Example Program | Engineering Python Programming

Subject and UNIT: Problem Solving and Python Programming: UNIT III: Control Flow, Functions, Strings Engineering Python

Definition : Repeated execution of a set of statements is called iteration.

Flow Chart, Syntax, Example Program | Python Programming

Subject and UNIT: Problem Solving and Python Programming: UNIT III: Control Flow, Functions, Strings Engineering Python

There are various types of conditional statements - i) if statements ii) if-else or alternate statements iii) nested if iv) chained conditionals

Syntax, Example | Python Programming

Subject and UNIT: Problem Solving and Python Programming: UNIT III: Control Flow, Functions, Strings Engineering Python

1. How to Input the Data through Keyboard ?, 2. How to Display Output on Console using Format ?

Python Programming

Subject and UNIT: Problem Solving and Python Programming: UNIT III: Control Flow, Functions, Strings Engineering Python

The values that operator uses for performing computation are called operands. Various operators used in Python are described as follows

Python Programming

Subject and UNIT: Problem Solving and Python Programming: UNIT III: Control Flow, Functions, Strings Engineering Python

• There are two types of boolean values – true or false. • The boolean expression can be represented using the operator. For example

Engineering Python Programming

Subject and UNIT: Problem Solving and Python Programming: UNIT III: Control Flow, Functions, Strings Engineering Python

Engineering Python : UNIT III : Control Flow, Functions, Strings : Syllabus, Contents

Data Types, Expressions, Statements | Problem Solving and Python Programming

Subject and UNIT: Problem Solving and Python Programming: UNIT II: Data Types, Expressions, Statements Engineering Python

Engineering Python : UNIT II : Data Types, Expressions, Statements : Anna University Multiple Choice Questions & Answers

Data Types, Expressions, Statements | Problem Solving and Python Programming

Subject and UNIT: Problem Solving and Python Programming: UNIT II: Data Types, Expressions, Statements Engineering Python

Engineering Python : UNIT II : Data Types, Expressions, Statements : Anna University Two Marks Questions & Answers

Data Types, Expressions, Statements

Subject and UNIT: Problem Solving and Python Programming: UNIT II: Data Types, Expressions, Statements Engineering Python

1. Exchange the Values of Two Variables, 2. Circulate the Values of n Variables, 3. Distance between Two Points, 4. Test for Leap Year

Need, Definition, Call, Syntax, Example Programs | Python Programming

Subject and UNIT: Problem Solving and Python Programming: UNIT II: Data Types, Expressions, Statements Engineering Python

Function is a block of instructions that performs a specific and well defined task. This block can be repeatedly called by other programming instruction.

Engineering Python Programming

Subject and UNIT: Problem Solving and Python Programming: UNIT II: Data Types, Expressions, Statements Engineering Python

Leading white space at the beginning of the logical line is called indentation.

Python Programming

Subject and UNIT: Problem Solving and Python Programming: UNIT II: Data Types, Expressions, Statements Engineering Python

In Python, we use the hash (#) symbol to start writing a comment.