Skip to content

Commit 67dbc15

Browse files
committed
Updated the format
1 parent 5807737 commit 67dbc15

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+21390
-301930
lines changed

.ipynb_checkpoints/Condition_Statements-checkpoint.ipynb

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"### Condition Statements\n",
7+
"# Condition Statements\n",
8+
"\n",
89
"Condition statements or Control flow statements or Desicion Control Statements are statements that are used to control the flow or execution of a program.\n",
910
"The flow is controlled the values of few variables that decide the proceedings of a program."
1011
]
@@ -76,20 +77,14 @@
7677
},
7778
{
7879
"cell_type": "code",
79-
"execution_count": 2,
80+
"execution_count": 1,
8081
"metadata": {},
8182
"outputs": [
82-
{
83-
"name": "stdin",
84-
"output_type": "stream",
85-
"text": [
86-
" -2\n"
87-
]
88-
},
8983
{
9084
"name": "stdout",
9185
"output_type": "stream",
9286
"text": [
87+
"-1\n",
9388
"not zero\n"
9489
]
9590
}
@@ -187,7 +182,7 @@
187182
"name": "python",
188183
"nbconvert_exporter": "python",
189184
"pygments_lexer": "ipython3",
190-
"version": "3.9.4"
185+
"version": "3.9.6"
191186
}
192187
},
193188
"nbformat": 4,

.ipynb_checkpoints/Functions-checkpoint.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"## Functions in Python:\n",
7+
"# Functions in Python\n",
88
"Function is a set of organized lines of code that performs a specific, well defined task.\n",
99
"\n",
1010
"It is used reduce the number of lines of code and improve reusability."

.ipynb_checkpoints/Introduction_to_Python_Programming-checkpoint.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7+
"# Introduction to Python Programming\n",
8+
"\n",
79
"#### Program:\n",
810
"A set of instructions to perform a specific task\n",
911
"#### Programming Language\n",

.ipynb_checkpoints/Looping_Statements-checkpoint.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"### Looping Statements:\n",
7+
"# Looping Statements\n",
88
"Execute a group of lines repeatedly.\n",
99
"\n",
1010
"Finite looping is the best practice in programming but infinite looping are done because they are easy at times.\n",
@@ -574,7 +574,7 @@
574574
"name": "python",
575575
"nbconvert_exporter": "python",
576576
"pygments_lexer": "ipython3",
577-
"version": "3.9.4"
577+
"version": "3.9.6"
578578
}
579579
},
580580
"nbformat": 4,

0 commit comments

Comments
 (0)