Python Question
Python Question
SHORT:
1. Identifiers
2. Keywords
3. Variables
4. Precedence and Associativity
5. Data Types
6. Comments
7. Type Conversions
LONG:
1. History of Python Programming Language
2. Installing Python Software
3. Operators and types
4. Dynamic and Strongly Typed Language
5. type() Function and Is Operator
UNIT-2
SHORT:
1. The if Decision Control Flow Statement
2. The if…else Decision Control Flow Statement
3. if-else-if Statements
4. Nested if Statement
5. The while Loop
6. for Loop
7. The continue and break Statements.
LONG:
1. Control Flow Statements
2. Looping Statements
UNIT-3
SHORT:
1. Built-In Functions
2. Function Definition
3. The return Statement and void Function
4. Variables
5. Default Parameters
6. Strings
7. Escape Sequence
LONG:
1. Scope and Lifetime of Variables
2. Function Definition and Calling the Function
3. Creating and Storing Strings
4. Basic String Operations
5. String Methods
6. Accessing Characters in String by Index Number
UNIT-4
SHORT:
1. Lists
2. Indexing
3. Slicing
4. The del Statement
5. Dictionaries
LONG:
1. Creating Lists, Basic List Operations
2. Built-In Functions Used on Lists
3. List Methods
4. Creating Dictionary, Accessing and Modifying
5. Built-In Functions Used on Dictionaries
6. Dictionary Methods
UNIT-5
SHORT:
1. Tuples
2. Relation between Tuples and Dictionaries
3. Relation between Tuples and Lists
4. Set Methods
LONG:
1. Creating Tuples and Basic Tuple Operations
2. Indexing and Slicing in Tuples
3. Built-In Functions Used on Tuples
4. Tuple Methods