File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11# Python 3
22
3- 1 . Basic Operators
3+ ### 1. Basic Operators
44 * \+
55 * \-
66 * \*
1515 * /=
1616 * !
1717
18- 1 . Conditions
18+ ### 1. Conditions
1919 * ==
2020 * !=
2121 * \>
2222 * \<
2323 * \> =
2424 * \< =
2525
26- 2 . Data Types
26+ ### 2. Data Types
2727 * String
2828 * Integer
2929 * Float
3636 * Boolean
3737 * Bytes
3838
39- 3 . Strings
39+ ### 3. Strings
4040 * \\ '
4141 * \\ "
4242 * \\ \
5050 * Slicing
5151 * .format()
5252
53- 4 . List
53+ ### 4. List
5454 * .append()
5555 * .pop()
5656 * .remove()
5757 * .clear()
5858
59- 4 . Statements
59+ ### 4. Statements
6060 * import
6161 * if
6262 * elif
8080 * class
8181 * global
8282
83- 5 . Basic Functions
83+ ### ### 5. Basic Functions
8484 * len()
8585 * type()
8686 * abs()
131131 * zip()
132132 * \_\_ main__ ()
133133
134- 5 . Classes
134+ ### 5. Classes
135135 * class
136136 * Inheritance
137137 * Multiple Inheritance
146146 * \_\_ next__ (self)
147147
148148
149- 6 . Tasks
149+ ### 6. Tasks
150150 * Create variables
151151 * Cast variables
152152 * Utilize Nested loops
You can’t perform that action at this time.
0 commit comments