summaryrefslogtreecommitdiff
path: root/getting_started_with_files/slides.org
diff options
context:
space:
mode:
Diffstat (limited to 'getting_started_with_files/slides.org')
-rw-r--r--getting_started_with_files/slides.org8
1 files changed, 6 insertions, 2 deletions
diff --git a/getting_started_with_files/slides.org b/getting_started_with_files/slides.org
index 2321329..1300db2 100644
--- a/getting_started_with_files/slides.org
+++ b/getting_started_with_files/slides.org
@@ -53,10 +53,14 @@
- Read the entire content of file at once.
- Append the lines of a file to a list.
- Close the file.
-* Question 1
+* Pre-requisite
+ Spoken tutorial on -
+ - Getting started with Lists.
+ - Getting started with For.
+* Exercise 1
Split the variable into a list, =pend_list=, of the lines in the
file.
-* Question 2
+* Exercise 2
Re-open the file =pendulum.txt= with =f= as the file object.
* Summary
In this tutorial, we have learnt to –