File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
individual_modules/introduction_to_python Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
" \n " ,
18
18
" At the end of this lesson you will be able to:\n " ,
19
19
" \n " ,
20
- " - Identify and explain some simple data structures, including lists\n " ,
21
- " - Understand what lists are used for\n " ,
22
- " - Store multiple values in a list, and change these later\n " ,
23
- " - Append values to an existing list\n " ,
24
- " - Create and manipulate nested lists\n " ,
20
+ " - Identify and explain some simple data structures, including lists. \n " ,
21
+ " - Understand what lists are used for. \n " ,
22
+ " - Store multiple values in a list, and change these later. \n " ,
23
+ " - Append values to an existing list. \n " ,
24
+ " - Create and manipulate nested lists. \n " ,
25
25
" \n " ,
26
26
" ## Key points\n " ,
27
27
" \n " ,
You can’t perform that action at this time.
0 commit comments