Skip to content

Commit

Permalink
Updated the format
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniruddh-0701 committed Aug 2, 2021
1 parent 5807737 commit 67dbc15
Show file tree
Hide file tree
Showing 43 changed files with 21,390 additions and 301,930 deletions.
15 changes: 5 additions & 10 deletions .ipynb_checkpoints/Condition_Statements-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Condition Statements\n",
"# Condition Statements\n",
"\n",
"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",
"The flow is controlled the values of few variables that decide the proceedings of a program."
]
Expand Down Expand Up @@ -76,20 +77,14 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdin",
"output_type": "stream",
"text": [
" -2\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"-1\n",
"not zero\n"
]
}
Expand Down Expand Up @@ -187,7 +182,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.4"
"version": "3.9.6"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion .ipynb_checkpoints/Functions-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Functions in Python:\n",
"# Functions in Python\n",
"Function is a set of organized lines of code that performs a specific, well defined task.\n",
"\n",
"It is used reduce the number of lines of code and improve reusability."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Introduction to Python Programming\n",
"\n",
"#### Program:\n",
"A set of instructions to perform a specific task\n",
"#### Programming Language\n",
Expand Down
4 changes: 2 additions & 2 deletions .ipynb_checkpoints/Looping_Statements-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Looping Statements:\n",
"# Looping Statements\n",
"Execute a group of lines repeatedly.\n",
"\n",
"Finite looping is the best practice in programming but infinite looping are done because they are easy at times.\n",
Expand Down Expand Up @@ -574,7 +574,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.4"
"version": "3.9.6"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 67dbc15

Please sign in to comment.