8000 Merge pull request #6 from ihf-code/tweaks/files · AngroshMA/intro-to-python@7d06fd0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d06fd0

Browse files
authored
Merge pull request ihf-code#6 from ihf-code/tweaks/files
Added in the files for the exercises
2 parents 5f0edd9 + b7d08f3 commit 7d06fd0
< 8000 /div>

File tree

9 files changed

+35149
-2
lines changed

9 files changed

+35149
-2
lines changed

session_07/slides/session_7.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ len()
236236

237237
# Why do we use functions?
238238

239-
- Let you re-use code
239+
- Lets you re-use code
240240
- Break large problems into smaller ones
241241

242242
---
@@ -490,4 +490,3 @@ def calc_factorial(x):
490490

491491
# [fit] Coding Time 9518
492492
## Section B
493-

session_08/exercises/exercises_8.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Session 8 Exercises
2+
All of these questions will use a set of pre-made files with data in.
3+
4+
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.
5+
6+
27
## Section A
38
1. Read the file 'jabberwocky.txt' and print its content to the screen
49
2. Read the file 'austen.txt' and print the amount of lines in the file

0 commit comments

Comments
 (0)
0