Skip to content

Commit 3663068

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Python_Notes_by_Saket_Savarn.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"1. What is python used for? (Domain of python)\n",
3232
"2. Installing and setting up Python\n",
3333
"\n",
34-
"1. Python Basic Fundamentals\n",
34+
"1. Python Basic Fundamentals (Syntax Basics)\n",
3535
" a. Semi-colons in Python\n",
3636
" b. Indentation in Python\n",
3737
"2. Commenting in Python\n",
@@ -98,7 +98,7 @@
9898
"<b><u>Contact Info + Me around the web</u> : </b>\n",
9999
"<ul><li><a href =\"https://www.instagram.com/outcast_dreamer/\"> Instagram or @outcast_dreamer </a></li>\n",
100100
"<li><a href=\"https://github.com/outcastdreamer\">Github Profile</a></li>\n",
101-
"<li><a href=\"\">saketsavarn07@gmail.com</a></li>\n"
101+
"<li>Email : <a href=\"\">saketsavarn07@gmail.com</a></li>\n"
102102
]
103103
},
104104
{
@@ -285,7 +285,7 @@
285285
"<br>\n",
286286
"\n",
287287
"---\n",
288-
"## <b>5. <u>Python Basic Fundamentals </b></u>\n",
288+
"## <b>5. <u>Python Basic Fundamentals (Syntax Basics)</b></u>\n",
289289
"---\n",
290290
"<br><b>Semi-colons in Python </b><br>\n",
291291
"Unlike C, C++ languages, Python doesn't require a semi-colon (;) to end a line of code. The python interpreter itself understands a new line as end of that line of code. Even though semi-colon isn't required, python still supports usage of semi-colon and is used the same way as in C & C++. It can be used to write two lines of code in one by using a semi-colon\n",

0 commit comments

Comments
 (0)