summaryrefslogtreecommitdiff
path: root/getting_started_with_lists/slides.org
diff options
context:
space:
mode:
Diffstat (limited to 'getting_started_with_lists/slides.org')
-rw-r--r--getting_started_with_lists/slides.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/getting_started_with_lists/slides.org b/getting_started_with_lists/slides.org
index 235b3f7..5c6e25d 100644
--- a/getting_started_with_lists/slides.org
+++ b/getting_started_with_lists/slides.org
@@ -54,10 +54,10 @@
- Append elements to lists
- Delete elements from lists
-* Question 1
+* Exercise 1
- What happens when you do nonempty[-1].
-* Question 2
+* Exercise 2
- What is the syntax to get the element 'and'
in the list,listinlist ?
- How would you get 'and' using negative indices?
@@ -70,7 +70,7 @@
listinlist[-5]
#+end_src python
-* Question 3
+* Exercise 3
- Remove the third element from the list, listinlist.