Skip to content

Commit 96285a4

Browse files
authored
Create Lists.ipynb
Fixed some comments reading "#Creating a list called list".
1 parent 6ccf216 commit 96285a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Lists/Lists.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@
916916
}
917917
},
918918
"source": [
919-
"# Creating a new list called list\n",
919+
"# Creating a new list called name\n",
920920
"name = ['Tanu', 'Nanda']\n",
921921
"# Before appending\n",
922922
"name"
@@ -1373,7 +1373,7 @@
13731373
}
13741374
},
13751375
"source": [
1376-
"# Creating a new list called list\n",
1376+
"# Creating a new list called name\n",
13771377
"name = ['Tanu', 'Nanda']\n",
13781378
"# Before removing\n",
13791379
"name"
@@ -1696,7 +1696,7 @@
16961696
}
16971697
},
16981698
"source": [
1699-
"# Creating a list called list\n",
1699+
"# Creating a list called num\n",
17001700
"num = [1, 2, 3, 4, 5]\n",
17011701
"# Before popping\n",
17021702
"num"
@@ -2068,4 +2068,4 @@
20682068
]
20692069
}
20702070
]
2071-
}
2071+
}

0 commit comments

Comments
 (0)