Skip to content

Commit a07c3dd

Browse files
committed
u22
1 parent ca2efc0 commit a07c3dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.ipynb_checkpoints/Lists-checkpoint.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"Earlier when discussing strings we introduced the concept of a *sequence* in Python. Lists can be thought of the most general version of a *sequence* in Python. Unlike strings, the are mutable, meaning the elements inside a list can be changed!\n",
1010
"\n",
1111
"In this section we will learn about:\n",
12+
" \n",
1213
" 1.) Creating lists\n",
1314
" 2.) Indexing and Slicing Lists\n",
1415
" 3.) Basic List Methods\n",

Lists.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"Earlier when discussing strings we introduced the concept of a *sequence* in Python. Lists can be thought of the most general version of a *sequence* in Python. Unlike strings, the are mutable, meaning the elements inside a list can be changed!\n",
1010
"\n",
1111
"In this section we will learn about:\n",
12+
" \n",
1213
" 1.) Creating lists\n",
1314
" 2.) Indexing and Slicing Lists\n",
1415
" 3.) Basic List Methods\n",

0 commit comments

Comments
 (0)