- Print Statement
- Strings
- Variables
- Comments
- Data Types
- Taking User Input
- Taking Integer Input
- Arithmetic Operators
- Operator Shorthand
- Logical Operators
- Truthy Falsy Values
- If Else Statements
- Finding If Number is Odd/Even
- Ternary Operator
- Hackerrank If Else Question
- While Loop
- Range Object
- For Loop
- Iterating over strings
- Loop Control Flow Statements
break&continue
- The
returnkeyword - Multiple Return variables
- Default Arguments
- Indexing
- Updating values in a List
- Slicing
- Adding Items
- Removing Items
- Sorting Lists
- Iterating over List
- List Comprehension
- Complex Lists
- Taking List Input
- The
mapoperator - Tuples
- Accessing Items
- Updating items
- Removing Items
- Iterating over keys
- Iterating over values
- Iterating over items
- Complex Dictionaries
- Inbuilt Functions
- The Math Package
- The Random Package
- Try/Except Block
- Try/Except/Else/Finally Block