- Print Statements
- Data types
- Numbers
- Strings
- Lists
- Dictionaries
- Booleans
- Tuples
- Sets
- Comparison Operators
- if,elif, else Statements
- for Loops
- while Loops
- range()
- list comprehension
- functions
- lambda expressions
- map and filter
- methods
What is Python?
- Python is a high level programming language often used to build websites and software, automate tasks, and analyze data. Python is a general-purpose language, not specialized for any specific problems, and used to create various programmes.