8000 typo · gelmok/intro-to-python@b7d08f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit b7d08f3

Browse files
committed
typo
1 parent b301e66 commit b7d08f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

session_08/exercises/exercises_8.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ All of these questions will use a set of pre-made files with data in.
44
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.
55

66

7-
# Section A
7+
## Section A
88
1. Read the file 'jabberwocky.txt' and print its content to the screen
99
2. Read the file 'austen.txt' and print the amount of lines in the file
1010
3. Each line of the file 'numbers.txt' contains a number, write a script to add up all the values in the file
1111

12-
# Section B
12+
## Section B
1313
1. Ask the user to enter their name and append this to a file called 'register.txt'
1414
2. Create a new file called 'even.txt' that contains only the even numbers from the file 'numbers.txt'
1515
3. 'secret.txt' contains a secret message. Each number represents the letter of the alphabet where 1 = A, 2 = B ... Z = 26. Work out what the secret message says

0 commit comments

Comments
 (0)
0