Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1369fd4

Browse filesBrowse files
authored
Update README.md
1 parent 95d1d90 commit 1369fd4
Copy full SHA for 1369fd4

File tree

1 file changed

+28
-28
lines changed
Filter options

1 file changed

+28
-28
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+28-28Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -108,34 +108,34 @@ Let’s talk about the important concepts you should learn in Python.
108108

109109
- Syntax
110110
- 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
139139
Object-Oriented
140140
Classes and Objects
141141
Methods

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.