Skip to content

Commit

Permalink
Create Lists.ipynb
Browse files Browse the repository at this point in the history
Fixed some comments reading "#Creating a list called list".
  • Loading branch information
proAnkush authored Feb 18, 2021
1 parent 6ccf216 commit 96285a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Lists/Lists.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@
}
},
"source": [
"# Creating a new list called list\n",
"# Creating a new list called name\n",
"name = ['Tanu', 'Nanda']\n",
"# Before appending\n",
"name"
Expand Down Expand Up @@ -1373,7 +1373,7 @@
}
},
"source": [
"# Creating a new list called list\n",
"# Creating a new list called name\n",
"name = ['Tanu', 'Nanda']\n",
"# Before removing\n",
"name"
Expand Down Expand Up @@ -1696,7 +1696,7 @@
}
},
"source": [
"# Creating a list called list\n",
"# Creating a list called num\n",
"num = [1, 2, 3, 4, 5]\n",
"# Before popping\n",
"num"
Expand Down Expand Up @@ -2068,4 +2068,4 @@
]
}
]
}
}

0 comments on commit 96285a4

Please sign in to comment.