Skip to content

Commit 0feaa16

Browse files
Completed till Primary Data-types in Python
1 parent 31324be commit 0feaa16

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

Python_Notes_by_Saket_Savarn.ipynb

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,17 @@
2424
"\n",
2525
"# Contents\n",
2626
"\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",
3435
" a. Semi-colons in Python\n",
3536
" b. Indentation in Python\n",
36-
"7. Commenting in Python\n",
37+
"2. Commenting in Python\n",
3738
" a. Single-line commenting in Python\n",
3839
" b. Multi-line commenting in Python\n",
3940
"3. Printing function in Python\n",
@@ -54,15 +55,15 @@
5455
" b. Float Data Type\n",
5556
" i. Declaring Float Values\n",
5657
" 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",
6465
" d. Boolean Data Type\n",
65-
" i. Comparison Operators in Python\n",
66+
" i. Comparison Operators in Python\n",
6667
" e. Complex Number Data Type\n",
6768
" f. None Data Type\n",
6869
"\n",

0 commit comments

Comments
 (0)