Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions session_07/slides/session_7.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ len()

# Why do we use functions?

- Let you re-use code
- Lets you re-use code
- Break large problems into smaller ones

---
Expand Down Expand Up @@ -490,4 +490,3 @@ def calc_factorial(x):

# [fit] Coding Time
## Section B

5 changes: 5 additions & 0 deletions session_08/exercises/exercises_8.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Session 8 Exercises
All of these questions will use a set of pre-made files with data in.

To get these files go to: https://replit.com/@ihfcode/pythontwfiles and click on the "fork" button to make a copy of the repl and then you can start to write your code.


## Section A
1. Read the file 'jabberwocky.txt' and print its content to the screen
2. Read the file 'austen.txt' and print the amount of lines in the file
Expand Down
Loading