File tree 1 file changed +28
-28
lines changed
Filter options
1 file changed +28
-28
lines changed
Original file line number Diff line number Diff line change @@ -108,34 +108,34 @@ Let’s talk about the important concepts you should learn in Python.
108
108
109
109
- Syntax
110
110
- Statements, Indentation, and Comments
111
- - Variables and Data Types
112
- - - - Numbers
113
- Strings
114
- Booleans
115
- Variable Scope
116
- Identifiers
117
- Namespace and Scope
118
- Operators
119
- Bitwise
120
- Comparison
121
- Precedence
122
- Slicing
123
- Ternary
124
- Data Structures
125
- Lists
126
- Tuples
127
- Dictionaries
128
- Sets
129
- Comprehensions
130
- Decision Making
131
- Switch
132
- Loops
133
- Functions
134
- Built-in functions
135
- range(), zip(), eval(), exec(), repr()
136
- Function arguments
137
- Recursion
138
- Lambda expressions
111
+ - Variables and Data Types
112
+ - Numbers
113
+ - Strings
114
+ - Booleans
115
+ - Variable Scope
116
+ - Identifiers
117
+ - Namespace and Scope
118
+ - Operators
119
+ - Bitwise
120
+ - Comparison
121
+ - Precedence
122
+ - Slicing
123
+ - Ternary
124
+ - Data Structures
125
+ - Lists
126
+ - Tuples
127
+ - Dictionaries
128
+ - Sets
129
+ - Comprehensions
130
+ - Decision Making
131
+ - Switch
132
+ - Loops
133
+ - Functions
134
+ - Built-in functions
135
+ - range(), zip(), eval(), exec(), repr()
136
+ - Function arguments
137
+ - Recursion
138
+ - Lambda expressions
139
139
Object-Oriented
140
140
Classes and Objects
141
141
Methods
You can’t perform that action at this time.
0 commit comments