- 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
- Ternary Operator
- 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
- Inbuilt Packages
- Hangman CLI Game
- Alien Invasion GUI Game