|
24 | 24 | "\n",
|
25 | 25 | "# Contents\n",
|
26 | 26 | "\n",
|
27 |
| - "<br>\n", |
28 |
| - "1. Note from Author\n", |
29 |
| - "2. Introduction to Python\n", |
30 |
| - "3. Features of Python\n", |
31 |
| - "4. What is python used for? (Domain of python)\n", |
32 |
| - "5. Installing and setting up Python\n", |
33 |
| - "6. Python Basic Fundamentals\n", |
| 27 | + "\n", |
| 28 | + "1. Introduction to Python\n", |
| 29 | + "2. Features of Python\n", |
| 30 | + "\n", |
| 31 | + "1. What is python used for? (Domain of python)\n", |
| 32 | + "2. Installing and setting up Python\n", |
| 33 | + "\n", |
| 34 | + "1. Python Basic Fundamentals\n", |
34 | 35 | " a. Semi-colons in Python\n",
|
35 | 36 | " b. Indentation in Python\n",
|
36 |
| - "7. Commenting in Python\n", |
| 37 | + "2. Commenting in Python\n", |
37 | 38 | " a. Single-line commenting in Python\n",
|
38 | 39 | " b. Multi-line commenting in Python\n",
|
39 | 40 | "3. Printing function in Python\n",
|
|
54 | 55 | " b. Float Data Type\n",
|
55 | 56 | " i. Declaring Float Values\n",
|
56 | 57 | " c. String Data Type\n",
|
57 |
| - " i. Declaring String Values\n", |
58 |
| - " ii. String Concatenation \n", |
59 |
| - " iii. Indexing and Slicing Strings\n", |
60 |
| - " iv. String Properties\n", |
61 |
| - " v. Basic str methods and functions\n", |
62 |
| - " vi. Methods used with str\n", |
63 |
| - " vii. Functions used with str\n", |
| 58 | + " i. Declaring String Values\n", |
| 59 | + " ii. String Concatenation \n", |
| 60 | + " iii. Indexing and Slicing Strings\n", |
| 61 | + " iv. String Properties\n", |
| 62 | + " v. Basic str methods and functions\n", |
| 63 | + " vi. Methods used with str\n", |
| 64 | + " vii. Functions used with str\n", |
64 | 65 | " d. Boolean Data Type\n",
|
65 |
| - " i. Comparison Operators in Python\n", |
| 66 | + " i. Comparison Operators in Python\n", |
66 | 67 | " e. Complex Number Data Type\n",
|
67 | 68 | " f. None Data Type\n",
|
68 | 69 | "\n",
|
|
0 commit comments